diff options
author | Georg Brandl <georg@python.org> | 2009-05-27 19:46:38 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-05-27 19:46:38 (GMT) |
commit | ed23ab677ccc73329c5e0ba431410cf90076e8e1 (patch) | |
tree | 450a89e1188a3e4dbe846b2ed833c073296aa7bf /Doc/whatsnew | |
parent | 491a4cb8d934572b037c83faf30252c96cf6a3ee (diff) | |
download | cpython-ed23ab677ccc73329c5e0ba431410cf90076e8e1.zip cpython-ed23ab677ccc73329c5e0ba431410cf90076e8e1.tar.gz cpython-ed23ab677ccc73329c5e0ba431410cf90076e8e1.tar.bz2 |
Add attribution for patch co-author.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.1.rst | 2 |
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. |