diff options
author | Marc-André Lemburg <mal@egenix.com> | 2008-05-30 20:52:18 (GMT) |
---|---|---|
committer | Marc-André Lemburg <mal@egenix.com> | 2008-05-30 20:52:18 (GMT) |
commit | adff65bc3e49f58c637d7cb5b72b10268b4d7efd (patch) | |
tree | e021d58037f70544b1ea2769688cea3227890715 /Misc | |
parent | 31694ae4a5d3dfff1284077d064f0e1ce735929d (diff) | |
download | cpython-adff65bc3e49f58c637d7cb5b72b10268b4d7efd.zip cpython-adff65bc3e49f58c637d7cb5b72b10268b4d7efd.tar.gz cpython-adff65bc3e49f58c637d7cb5b72b10268b4d7efd.tar.bz2 |
Update the locale module alias table.
Closes #3011.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -63,6 +63,9 @@ Extension Modules Library ------- +- Issue #3011: locale module alias table was updated to the latest version + from the X.org locale.alias file + - Issue #1797 (partial fix): ctypes NULL function pointers have a False boolean value now. |