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

vinay.sajip python-checkins at python.org
Sat Jan 16 00:27:06 CET 2010


Author: vinay.sajip
Date: Sat Jan 16 00:27:05 2010
New Revision: 77513

Log:
Fixed issue-number mistake in NEWS update.

Modified:
   python/trunk/Misc/NEWS

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Sat Jan 16 00:27:05 2010
@@ -1043,7 +1043,7 @@
 
 - Issue #6258: Support AMD64 in bdist_msi.
 
-- Issue #5262: Fixed bug in next rollover time computation in
+- Issue #6252: Fixed bug in next rollover time computation in
   TimedRotatingFileHandler.
 
 - Issue #6263: Fixed syntax error in distutils.cygwincompiler.


More information about the Python-checkins mailing list