summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-05-27 19:46:38 (GMT)
committerGeorg Brandl <georg@python.org>2009-05-27 19:46:38 (GMT)
commited23ab677ccc73329c5e0ba431410cf90076e8e1 (patch)
tree450a89e1188a3e4dbe846b2ed833c073296aa7bf /Doc
parent491a4cb8d934572b037c83faf30252c96cf6a3ee (diff)
downloadcpython-ed23ab677ccc73329c5e0ba431410cf90076e8e1.zip
cpython-ed23ab677ccc73329c5e0ba431410cf90076e8e1.tar.gz
cpython-ed23ab677ccc73329c5e0ba431410cf90076e8e1.tar.bz2
Add attribution for patch co-author.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.1.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.1.rst b/Doc/whatsnew/3.1.rst
index fb439ec..8a3a01f 100644
--- a/Doc/whatsnew/3.1.rst
+++ b/Doc/whatsnew/3.1.rst
@@ -164,7 +164,7 @@ Some smaller changes made to the core Python language are:
... if '<critical>' in line:
... outfile.write(line)
- (Contributed by Georg Brandl;
+ (Contributed by Georg Brandl and Mattias Brändström;
`appspot issue 53094 <http://codereview.appspot.com/53094>`_.)
* ``round(x, n)`` now returns an integer if *x* is an integer.