[issue9741] msgfmt.py generates invalid mo because msgfmt.make() does not clear dictionary
Changes by Timothy Lee : Added file: http://bugs.python.org/file22368/test_msgfmt.py ___ Python tracker <http://bugs.python.org/issue9741> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue9741] msgfmt.py generates invalid mo because msgfmt.make() does not clear dictionary
Changes by Timothy Lee : Added file: http://bugs.python.org/file22369/test1.po ___ Python tracker <http://bugs.python.org/issue9741> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue9741] msgfmt.py generates invalid mo because msgfmt.make() does not clear dictionary
Changes by Timothy Lee : Added file: http://bugs.python.org/file22370/test2.po ___ Python tracker <http://bugs.python.org/issue9741> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue9741] msgfmt.py generates invalid mo because msgfmt.make() does not clear dictionary
New submission from Timothy Lee : This bug can potentially lead to generation of invalid mo files when msgfmt.make() is invoked more than once. The bug has always been present in the source code. The included patch should be applied to all maintained branches. -- components: Demos and Tools files: msgfmt-clear.diff keywords: patch messages: 115378 nosy: timothy.ty.lee priority: normal severity: normal status: open title: msgfmt.py generates invalid mo because msgfmt.make() does not clear dictionary type: behavior versions: Python 2.5, Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3 Added file: http://bugs.python.org/file18710/msgfmt-clear.diff ___ Python tracker <http://bugs.python.org/issue9741> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com