summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew Kuchling <amk@amk.ca>2015-04-13 14:38:56 (GMT)
committerAndrew Kuchling <amk@amk.ca>2015-04-13 14:38:56 (GMT)
commit8b963c5853519533ef7188effcde9159c56780d1 (patch)
tree444217235c3ec75142940e013ef2c7978129e076 /Misc
parent770b08e8e2ec7aa0028f4e94e3f27f1d545aee3e (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 54f6330..f02ff7e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.