summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2017-03-20 06:49:43 (GMT)
committerGitHub <noreply@github.com>2017-03-20 06:49:43 (GMT)
commitdf8280838f52d6ec45ba03ef734b0dec8a9c43fb (patch)
treede6f73d23e5ef14e39efc77768cfe19e03c60a74 /Misc
parente46fb8611867fa3b407a813f53137929b7cb4a10 (diff)
downloadcpython-df8280838f52d6ec45ba03ef734b0dec8a9c43fb.zip
cpython-df8280838f52d6ec45ba03ef734b0dec8a9c43fb.tar.gz
cpython-df8280838f52d6ec45ba03ef734b0dec8a9c43fb.tar.bz2
bpo-20087: Revert "make the glibc alias table take precedence over the X11 one (#422)" (#713)
This reverts commit 02371e0ed1ee82ec73e7d363bcf2ed40cde1397a.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6de8794..d8ea4c9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -30,8 +30,6 @@ Core and Builtins
- bpo-29695: bool(), float(), list() and tuple() no longer take keyword arguments.
The first argument of int() can now be passes only as positional argument.
-- bpo-20087: Prefer glibc's list of locale aliases to the X11 ones.
-
- bpo-28893: Set correct __cause__ for errors about invalid awaitables
returned from __aiter__ and __anext__.