From 2e23bb75456ac0952868ef532b55cc26a7c06909 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 1 Jun 2007 19:20:52 +0000 Subject: [PATCH] Fix wrong issue number. (backport from rev. 55735) --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 1757bffab7..4d1ca27a3c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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. -- 2.50.0