]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Take credit for a patch of mine.
authorGeorg Brandl <georg@python.org>
Sat, 11 Apr 2009 18:19:27 +0000 (18:19 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 11 Apr 2009 18:19:27 +0000 (18:19 +0000)
Doc/whatsnew/2.7.rst

index d7a70ab8320c9d7318473322653d3e0606d9d3b5..55d9a2b93e5ff07b8b68d03d5ba4e747d63213c8 100644 (file)
@@ -106,7 +106,7 @@ Some smaller changes made to the core Python language are:
   (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 @@ changes, or look through the Subversion logs for all the details.
   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