]> granicus.if.org Git - python/commit
Issue #18216: gettext now raises an error when a .mo file has an unsupported major...
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 28 Oct 2014 19:17:51 +0000 (20:17 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 28 Oct 2014 19:17:51 +0000 (20:17 +0100)
commitbe8d06f5234ace688520bfea9139e68214788910
treef478b190be5b947c2ccad48bf148a657a52a8267
parentb7374d0271765f0abeb92f8d87b0ce9b0c2be3df
Issue #18216: gettext now raises an error when a .mo file has an unsupported major version number.  Patch by Aaron Hill.
Doc/library/gettext.rst
Lib/gettext.py
Lib/test/test_gettext.py
Misc/ACKS
Misc/NEWS