From ed23ab677ccc73329c5e0ba431410cf90076e8e1 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Wed, 27 May 2009 19:46:38 +0000 Subject: Add attribution for patch co-author. --- Doc/whatsnew/3.1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '' 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. -- cgit v0.12