[Python-checkins] r72022 - in python/branches/py3k: Doc/whatsnew/2.7.rst

georg.brandl python-checkins at python.org
Mon Apr 27 18:38:14 CEST 2009


Author: georg.brandl
Date: Mon Apr 27 18:38:14 2009
New Revision: 72022

Log:
Merged revisions 71503 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71503 | eric.smith | 2009-04-12 04:57:29 +0200 (So, 12 Apr 2009) | 1 line
  
  Take credit for my patch for issue 5237.
........


Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Doc/whatsnew/2.7.rst

Modified: python/branches/py3k/Doc/whatsnew/2.7.rst
==============================================================================
--- python/branches/py3k/Doc/whatsnew/2.7.rst	(original)
+++ python/branches/py3k/Doc/whatsnew/2.7.rst	Mon Apr 27 18:38:14 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