From: Antoine Pitrou Date: Sat, 1 May 2010 12:16:39 +0000 (+0000) Subject: Fix attribution. Travis didn't do much and he did a bad work. X-Git-Tag: v2.7b2~122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5cace78c87144dc91451ff33367bae9c7e0e7438;p=python Fix attribution. Travis didn't do much and he did a bad work. (yes, this is a sensitive subject, sorry) --- diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst index 84050d4d1b..2939a975bb 100644 --- a/Doc/whatsnew/2.7.rst +++ b/Doc/whatsnew/2.7.rst @@ -482,7 +482,7 @@ it's a mutable object. :pep:`3137` - Immutable Bytes and Mutable Buffer PEP written by Guido van Rossum. - Implemented by Travis Oliphant. + Implemented by Travis Oliphant, Antoine Pitrou and others. Backported to 2.7 by Antoine Pitrou; :issue:`2396`.