]> granicus.if.org Git - python/commitdiff
What's new: Add myself as the contributor of issue 12170
authorPetri Lehtinen <petri@digip.org>
Tue, 26 Jun 2012 07:23:07 +0000 (10:23 +0300)
committerPetri Lehtinen <petri@digip.org>
Tue, 26 Jun 2012 07:24:47 +0000 (10:24 +0300)
Doc/whatsnew/3.3.rst

index a23b823f38a3bd27c7ec80cbc405bcb2274f4d59..012300cd086d9c6ef4b16aa5c8efda6c21da74cb 100644 (file)
@@ -731,7 +731,7 @@ Some smaller changes made to the core Python language are:
   methods of :class:`bytes` and :class:`bytearray` objects now accept an
   integer between 0 and 255 as their first argument.
 
-  (:issue:`12170`)
+  (Contributed by Petri Lehtinen in :issue:`12170`)
 
 * New methods have been added to :class:`list` and :class:`bytearray`:
   ``copy()`` and ``clear()``.