summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorPetri Lehtinen <petri@digip.org>2012-06-26 07:23:07 (GMT)
committerPetri Lehtinen <petri@digip.org>2012-06-26 07:24:47 (GMT)
commit6c3f1dd83493e1904c8ab7d191038dddda7ef50b (patch)
tree68f24f9a98d04104485eea5c5701fc138c039e38 /Doc/whatsnew
parent93e3d3ac094f788260bd61b74a0a99847466dd0e (diff)
downloadcpython-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.rst2
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()``.