]> granicus.if.org Git - python/commitdiff
Fix issue references.
authorGeorg Brandl <georg@python.org>
Fri, 15 Oct 2010 16:42:14 +0000 (16:42 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 15 Oct 2010 16:42:14 +0000 (16:42 +0000)
Misc/NEWS

index 7d3ffc68ac451377eba6b20c5f0427054e1e966e..097edd20ee78b8847321d9fd2884a8b6ec378093 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,10 +27,10 @@ Library
 - 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,