diff options
author | Georg Brandl <georg@python.org> | 2007-06-01 19:20:52 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-06-01 19:20:52 +0000 |
commit | 2e23bb75456ac0952868ef532b55cc26a7c06909 (patch) | |
tree | 266bb4f860c67a18ee6ef8983f08596d5fcbe532 | |
parent | ba871a06fb5fe36d4f77c2f1db3257b0c1975651 (diff) | |
download | cpython-git-2e23bb75456ac0952868ef532b55cc26a7c06909.tar.gz |
Fix wrong issue number.
(backport from rev. 55735)
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ What's New in Python 2.5.1? Core and builtins ----------------- -- Bug #1722484: remove docstrings again when running with -OO. +- Bug #1722485: remove docstrings again when running with -OO. - Revert SF #1615701: dict.update() does *not* call __getitem__() or keys() if subclassed. This is to remain consistent with 2.5. |