[Python-checkins] r85539 - python/branches/py3k/Misc/NEWS

georg.brandl python-checkins at python.org
Fri Oct 15 18:42:14 CEST 2010


Author: georg.brandl
Date: Fri Oct 15 18:42:14 2010
New Revision: 85539

Log:
Fix issue references.

Modified:
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Fri Oct 15 18:42:14 2010
@@ -27,10 +27,10 @@
 - Issue #2830: Add the ``html.escape()`` function, which quotes all problematic
   characters by default.  Deprecate ``cgi.escape()``.  
 
-- Issue 9409: Fix the regex to match all kind of filenames, for interactive
+- Issue #9409: Fix the regex to match all kind of filenames, for interactive
   debugging in doctests.
 
-- Issue 9183: ``datetime.timezone(datetime.timedelta(0))`` will now
+- Issue #9183: ``datetime.timezone(datetime.timedelta(0))`` will now
   return the same instance as ``datetime.timezone.utc``.
 
 - Issue #7523: Add SOCK_CLOEXEC and SOCK_NONBLOCK to the socket module,


More information about the Python-checkins mailing list