From 6c3f1dd83493e1904c8ab7d191038dddda7ef50b Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Tue, 26 Jun 2012 10:23:07 +0300 Subject: What's new: Add myself as the contributor of issue 12170 --- Doc/whatsnew/3.3.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index a23b823..012300c 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()``. -- cgit v0.12