diff options
author | Georg Brandl <georg@python.org> | 2010-10-28 06:42:33 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-10-28 06:42:33 (GMT) |
commit | 4d540885993b0c8336f20fd52ee3972f0de44c25 (patch) | |
tree | 39f15b46ad9556d09b073b477de08269538af91d /Misc | |
parent | b156a46b26d9f231d7b36d303055af4d2b3b7c17 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |