From: Georg Brandl Date: Wed, 27 May 2009 19:46:38 +0000 (+0000) Subject: Add attribution for patch co-author. X-Git-Tag: v3.1rc1~30 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed23ab677ccc73329c5e0ba431410cf90076e8e1;p=python Add attribution for patch co-author. --- diff --git a/Doc/whatsnew/3.1.rst b/Doc/whatsnew/3.1.rst index fb439ec7c1..8a3a01fa10 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 '' in line: ... outfile.write(line) - (Contributed by Georg Brandl; + (Contributed by Georg Brandl and Mattias Brändström; `appspot issue 53094 `_.) * ``round(x, n)`` now returns an integer if *x* is an integer.