[Python-checkins] r55735 - python/trunk/Misc/NEWS

georg.brandl python-checkins at python.org
Fri Jun 1 21:20:33 CEST 2007


Author: georg.brandl
Date: Fri Jun  1 21:20:27 2007
New Revision: 55735

Modified:
   python/trunk/Misc/NEWS
Log:
Fix wrong issue number.


Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Fri Jun  1 21:20:27 2007
@@ -12,7 +12,7 @@
 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__.)


More information about the Python-checkins mailing list