[Python-checkins] r72965 - python/branches/py3k/Doc/whatsnew/3.1.rst
georg.brandl
python-checkins at python.org
Wed May 27 21:46:38 CEST 2009
Author: georg.brandl
Date: Wed May 27 21:46:38 2009
New Revision: 72965
Log:
Add attribution for patch co-author.
Modified:
python/branches/py3k/Doc/whatsnew/3.1.rst
Modified: python/branches/py3k/Doc/whatsnew/3.1.rst
==============================================================================
--- python/branches/py3k/Doc/whatsnew/3.1.rst (original)
+++ python/branches/py3k/Doc/whatsnew/3.1.rst Wed May 27 21:46:38 2009
@@ -164,7 +164,7 @@
... 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.
More information about the Python-checkins
mailing list