diff options
author | Andrew Kuchling <amk@amk.ca> | 2015-04-13 14:38:56 (GMT) |
---|---|---|
committer | Andrew Kuchling <amk@amk.ca> | 2015-04-13 14:38:56 (GMT) |
commit | 8b963c5853519533ef7188effcde9159c56780d1 (patch) | |
tree | 444217235c3ec75142940e013ef2c7978129e076 /Misc | |
parent | 770b08e8e2ec7aa0028f4e94e3f27f1d545aee3e (diff) | |
download | cpython-8b963c5853519533ef7188effcde9159c56780d1.zip cpython-8b963c5853519533ef7188effcde9159c56780d1.tar.gz cpython-8b963c5853519533ef7188effcde9159c56780d1.tar.bz2 |
#17898: reset k and v so that the loop doesn't use an old value
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,8 @@ Core and Builtins Library ------- +- Issue #17898: Fix exception in gettext.py when parsing certain plural forms. + - Issue #22982: Improve BOM handling when seeking to multiple positions of a writable text file. |