diff options
author | Benjamin Peterson <benjamin@python.org> | 2017-03-08 06:03:13 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-08 06:03:13 (GMT) |
commit | 02371e0ed1ee82ec73e7d363bcf2ed40cde1397a (patch) | |
tree | 148073e6dcbb0d5ca2b0430d64290cc9570b7bc9 /Misc | |
parent | 9f8ad3f39e0a92ed37d012b9dd237399524f0d51 (diff) | |
download | cpython-02371e0ed1ee82ec73e7d363bcf2ed40cde1397a.zip cpython-02371e0ed1ee82ec73e7d363bcf2ed40cde1397a.tar.gz cpython-02371e0ed1ee82ec73e7d363bcf2ed40cde1397a.tar.bz2 |
make the glibc alias table take precedence over the X11 one (#422)
bpo-20087
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,6 +19,8 @@ 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__. |