[Python-checkins] r61225 - python/trunk/Doc/whatsnew/2.6.rst

georg.brandl python-checkins at python.org
Tue Mar 4 08:25:54 CET 2008


Author: georg.brandl
Date: Tue Mar  4 08:25:54 2008
New Revision: 61225

Modified:
   python/trunk/Doc/whatsnew/2.6.rst
Log:
Fix some patch attributions.


Modified: python/trunk/Doc/whatsnew/2.6.rst
==============================================================================
--- python/trunk/Doc/whatsnew/2.6.rst	(original)
+++ python/trunk/Doc/whatsnew/2.6.rst	Tue Mar  4 08:25:54 2008
@@ -1094,7 +1094,7 @@
     >>> replacer('old wine in old bottles')
     'new wine in new bottles'
    
-  (Contributed by Gregory Petrosyan.)
+  (Contributed by Georg Brandl, after a suggestion by Gregory Petrosyan.)
 
   The :func:`attrgetter` function now accepts dotted names and performs
   the corresponding attribute lookups::
@@ -1105,7 +1105,7 @@
     >>> inst_name(help)
     '_Helper'
 
-  (Contributed by Scott Dial, after a suggestion by Barry Warsaw.)
+  (Contributed by Georg Brandl, after a suggestion by Barry Warsaw.)
 
 * New functions in the :mod:`os` module include 
   ``fchmod(fd, mode)``,   ``fchown(fd, uid, gid)``,  
@@ -1380,6 +1380,8 @@
        whitespace.
     >>> 
 
+  (Contributed by Dwayne Bailey.)
+
   .. Patch #1581073
 
 * The :mod:`timeit` module now accepts callables as well as strings 


More information about the Python-checkins mailing list