[Python-checkins] r71503 - python/trunk/Doc/whatsnew/2.7.rst

eric.smith python-checkins at python.org
Sun Apr 12 04:57:29 CEST 2009


Author: eric.smith
Date: Sun Apr 12 04:57:29 2009
New Revision: 71503

Log:
Take credit for my patch for issue 5237.

Modified:
   python/trunk/Doc/whatsnew/2.7.rst

Modified: python/trunk/Doc/whatsnew/2.7.rst
==============================================================================
--- python/trunk/Doc/whatsnew/2.7.rst	(original)
+++ python/trunk/Doc/whatsnew/2.7.rst	Sun Apr 12 04:57:29 2009
@@ -102,7 +102,7 @@
   specifier will use the next argument, and so on.  You can't mix auto-numbering
   and explicit numbering -- either number all of your specifier fields or none
   of them -- but you can mix auto-numbering and named fields, as in the second
-  example above.  (Contributed by XXX; :issue`5237`.)
+  example above.  (Contributed by Eric Smith; :issue`5237`.)
 
 * The :func:`int` and :func:`long` types gained a ``bit_length``
   method that returns the number of bits necessary to represent


More information about the Python-checkins mailing list