commit | 239197411080a3d41fd9ddca19aaa63c7aa9304e | [log] [tgz] |
---|---|---|
author | Petri Lehtinen <petri@digip.org> | Tue Jun 26 10:26:53 2012 +0300 |
committer | Petri Lehtinen <petri@digip.org> | Tue Jun 26 10:26:53 2012 +0300 |
tree | bbfd0b2abd19bfea9c482cdf6a3fea1754b3bf3f | |
parent | 6c3f1dd83493e1904c8ab7d191038dddda7ef50b [diff] | |
parent | 969288e488f6d261fbfbab43dcbe6bb6afce28c0 [diff] |
Merge heads
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 @@ 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()``.