From 25497a1fa1b112759fce48eeb3711fcae382871c Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 1 Jun 2007 19:20:27 +0000 Subject: [PATCH] Fix wrong issue number. --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index ade26da267..29dd488d42 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -12,7 +12,7 @@ What's New in Python 2.6 alpha 1? Core and builtins ----------------- -- Bug #1722484: remove docstrings again when running with -OO. +- Bug #1722485: remove docstrings again when running with -OO. - Add new attribute names for function objects. All the func_* become __*__ attributes. (Some already existed, e.g., __doc__ and __name__.) -- 2.50.1