From: Petri Lehtinen Date: Tue, 26 Jun 2012 07:23:07 +0000 (+0300) Subject: What's new: Add myself as the contributor of issue 12170 X-Git-Tag: v3.3.0b1~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6c3f1dd83493e1904c8ab7d191038dddda7ef50b;p=thirdparty%2FPython%2Fcpython.git What's new: Add myself as the contributor of issue 12170 --- diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index a23b823f38a3..012300cd086d 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -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()``.