diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2014-10-28 19:17:51 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2014-10-28 19:17:51 (GMT) |
commit | be8d06f5234ace688520bfea9139e68214788910 (patch) | |
tree | f478b190be5b947c2ccad48bf148a657a52a8267 /Misc | |
parent | b7374d0271765f0abeb92f8d87b0ce9b0c2be3df (diff) | |
download | cpython-be8d06f5234ace688520bfea9139e68214788910.zip cpython-be8d06f5234ace688520bfea9139e68214788910.tar.gz cpython-be8d06f5234ace688520bfea9139e68214788910.tar.bz2 |
Issue #18216: gettext now raises an error when a .mo file has an unsupported major version number. Patch by Aaron Hill.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -567,6 +567,7 @@ Kevan Heydon Wouter van Heyst Kelsey Hightower Jason Hildebrand +Aaron Hill Richie Hindle Konrad Hinsen David Hobley @@ -181,6 +181,9 @@ Core and Builtins Library ------- +- Issue #18216: gettext now raises an error when a .mo file has an + unsupported major version number. Patch by Aaron Hill. + - Issue #13918: Provide a locale.delocalize() function which can remove locale-specific number formatting from a string representing a number, without then converting it to a specific type. Patch by Cédric Krier. |