summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-10-28 06:42:33 (GMT)
committerGeorg Brandl <georg@python.org>2010-10-28 06:42:33 (GMT)
commit4d540885993b0c8336f20fd52ee3972f0de44c25 (patch)
tree39f15b46ad9556d09b073b477de08269538af91d /Misc
parentb156a46b26d9f231d7b36d303055af4d2b3b7c17 (diff)
downloadcpython-4d540885993b0c8336f20fd52ee3972f0de44c25.zip
cpython-4d540885993b0c8336f20fd52ee3972f0de44c25.tar.gz
cpython-4d540885993b0c8336f20fd52ee3972f0de44c25.tar.bz2
#7351: add more consistent exception name alias.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5b622ac..b1e40ad 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -51,6 +51,9 @@ Core and Builtins
Library
-------
+- Issue #7351: Add ``zipfile.BadZipFile`` spelling of the exception name
+ and deprecate the old name ``zipfile.BadZipfile``.
+
- Issue #5027: The standard ``xml`` namespace is now understood by
xml.sax.saxutils.XMLGenerator as being bound to
http://www.w3.org/XML/1998/namespace. Patch by Troy J. Farrell.