summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-05-01 12:16:39 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-05-01 12:16:39 (GMT)
commit5cace78c87144dc91451ff33367bae9c7e0e7438 (patch)
tree2496b75ee570d3a286f2ded64fcce1fa12fd43cd /Doc/whatsnew
parent9fbbd3b83d5aa8a9bda2e44e0a1a2897c681727b (diff)
downloadcpython-5cace78c87144dc91451ff33367bae9c7e0e7438.zip
cpython-5cace78c87144dc91451ff33367bae9c7e0e7438.tar.gz
cpython-5cace78c87144dc91451ff33367bae9c7e0e7438.tar.bz2
Fix attribution. Travis didn't do much and he did a bad work.
(yes, this is a sensitive subject, sorry)
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/2.7.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst
index 84050d4..2939a97 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`.