summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-07-07 11:16:05 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2013-07-07 11:16:05 (GMT)
commit9f96789cdcb4548ecb9708fe78ffabedecd2d14c (patch)
tree07d8d9504ea7882990731799164e80c6c732e0f1 /Misc/NEWS
parent74a146d3acaa07c7176f3fa41607cc8224acdbcd (diff)
parentb08495bbcfea7440f56bbc786b64cbaadaeb604f (diff)
downloadcpython-9f96789cdcb4548ecb9708fe78ffabedecd2d14c.zip
cpython-9f96789cdcb4548ecb9708fe78ffabedecd2d14c.tar.gz
cpython-9f96789cdcb4548ecb9708fe78ffabedecd2d14c.tar.bz2
#17198: merge with 3.3.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d8a4ba0..f457fdd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -142,6 +142,9 @@ Core and Builtins
Library
-------
+- Issue #17198: Fix a NameError in the dbm module. Patch by Valentina
+ Mukhamedzhanova.
+
- Issue #18013: Fix cgi.FieldStorage to parse the W3C sample form.
- Issue #18020: improve html.escape speed by an order of magnitude.