diff options
author | Benjamin Peterson <benjamin@python.org> | 2017-03-20 06:49:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-20 06:49:43 (GMT) |
commit | df8280838f52d6ec45ba03ef734b0dec8a9c43fb (patch) | |
tree | de6f73d23e5ef14e39efc77768cfe19e03c60a74 /Misc | |
parent | e46fb8611867fa3b407a813f53137929b7cb4a10 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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__. |