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

georg.brandl python-checkins at python.org
Sat Apr 11 20:19:27 CEST 2009


Author: georg.brandl
Date: Sat Apr 11 20:19:27 2009
New Revision: 71492

Log:
Take credit for a patch of mine.

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	Sat Apr 11 20:19:27 2009
@@ -106,7 +106,7 @@
   (Contributed by XXX; :issue`5237`.)
 
 * The :func:`int` and :func:`long` types gained a ``bit_length``
-''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''  method that returns the number of bits necessary to represent
+  method that returns the number of bits necessary to represent
   its argument in binary::
 
       >>> n = 37
@@ -282,7 +282,7 @@
   setting the *optional* option setting to true.  If this optional is
   supplied, failure to build the extension will not abort the build
   process, but instead simply not install the failing extension.
-  (Contributed by XXX; :issue:`5583`.)
+  (Contributed by Georg Brandl; :issue:`5583`.)
 
 * New method: the :class:`Decimal` class gained a
   :meth:`from_float` class method that performs an exact conversion


More information about the Python-checkins mailing list