diff options
author | Petri Lehtinen <petri@digip.org> | 2012-06-26 07:23:07 (GMT) |
---|---|---|
committer | Petri Lehtinen <petri@digip.org> | 2012-06-26 07:24:47 (GMT) |
commit | 6c3f1dd83493e1904c8ab7d191038dddda7ef50b (patch) | |
tree | 68f24f9a98d04104485eea5c5701fc138c039e38 /Doc/whatsnew | |
parent | 93e3d3ac094f788260bd61b74a0a99847466dd0e (diff) | |
download | cpython-6c3f1dd83493e1904c8ab7d191038dddda7ef50b.zip cpython-6c3f1dd83493e1904c8ab7d191038dddda7ef50b.tar.gz cpython-6c3f1dd83493e1904c8ab7d191038dddda7ef50b.tar.bz2 |
What's new: Add myself as the contributor of issue 12170
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.3.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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()``. |