From 77d81aa4a3747b7dfbb17e43b16e1a514550c60c Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sun, 1 Dec 2019 20:18:01 +0300 Subject: Import python3.8 (3.8.0-5) --- debian/patches/locale-module.diff | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'debian/patches/locale-module.diff') diff --git a/debian/patches/locale-module.diff b/debian/patches/locale-module.diff index a35f0bf..4d378a5 100644 --- a/debian/patches/locale-module.diff +++ b/debian/patches/locale-module.diff @@ -2,11 +2,9 @@ # DP: - Don't map 'utf8', 'utf-8' to 'utf', which is not a known encoding # DP: for glibc. -Index: b/Lib/locale.py -=================================================================== --- a/Lib/locale.py +++ b/Lib/locale.py -@@ -1403,8 +1403,8 @@ locale_alias = { +@@ -1407,8 +1407,8 @@ locale_alias = { 'ug_cn': 'ug_CN.UTF-8', 'uk': 'uk_UA.KOI8-U', 'uk_ua': 'uk_UA.KOI8-U', -- cgit v1.2.3