]> granicus.if.org Git - python/commitdiff
Add attribution for patch co-author.
authorGeorg Brandl <georg@python.org>
Wed, 27 May 2009 19:46:38 +0000 (19:46 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 27 May 2009 19:46:38 +0000 (19:46 +0000)
Doc/whatsnew/3.1.rst

index fb439ec7c16ca7df5e43538dd8839cbe4680447a..8a3a01fa10444ed21a6383f3978e027c53efc516 100644 (file)
@@ -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.