[Python-checkins] cpython (merge 3.1 -> 3.2): Fix some issue references in NEWS

eric.araujo python-checkins at python.org
Mon Mar 21 03:23:07 CET 2011


http://hg.python.org/cpython/rev/f061a60203ec
changeset:   68791:f061a60203ec
branch:      3.2
parent:      68786:7113319e4dcc
parent:      68790:51ab840346fe
user:        Éric Araujo <merwok at netwok.org>
date:        Mon Mar 21 03:15:22 2011 +0100
summary:
  Fix some issue references in NEWS

files:
  Misc/NEWS

diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -515,8 +515,8 @@
   time. `sys.stderr` now looked up at instantiation time.  Fix contributed by
   Mark Roddy.
 
-- Issue #10753: Characters ';','=' and ',' in the PATH_INFO environment variable
-  won't be quoted when the URI is constructed by the wsgiref.util 's request_uri
+- Issue #10753: Characters ';', '=' and ',' in the PATH_INFO environment variable
+  won't be quoted when the URI is constructed by the wsgiref.util's request_uri
   method. According to RFC 3986, these characters can be a part of params in
   PATH component of URI and need not be quoted.
 
@@ -986,9 +986,9 @@
   comment prefixes, name of the DEFAULT section, empty lines in multiline
   values, and indentation.
 
-- Issue 10326: unittest.TestCase instances can be pickled.
-
-- Issue 9926: Wrapped TestSuite subclass does not get __call__ executed.
+- Issue #10326: unittest.TestCase instances can be pickled.
+
+- Issue #9926: Wrapped TestSuite subclass does not get __call__ executed.
 
 - Issue #9920: Skip tests for cmath.atan and cmath.atanh applied to complex
   zeros on systems where the log1p function fails to respect the sign of zero.
@@ -1639,7 +1639,7 @@
 - Issue #9853: Fix the signature of SSLSocket.recvfrom() and SSLSocket.sendto()
   to match the corresponding socket methods.
 
-- Issue 9840: Added a decorator to reprlib for wrapping __repr__ methods to make
+- Issue #9840: Added a decorator to reprlib for wrapping __repr__ methods to make
   them handle recursive calls within the same thread.
 
 - logging: Enhanced HTTPHandler with secure and credentials initializers.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list