]> granicus.if.org Git - python/commitdiff
Fix some patch attributions.
authorGeorg Brandl <georg@python.org>
Tue, 4 Mar 2008 07:25:54 +0000 (07:25 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 4 Mar 2008 07:25:54 +0000 (07:25 +0000)
Doc/whatsnew/2.6.rst

index b45b7be1be8fc3b6074850fe8e3dbcd96083ee39..bba46c990a6397234e9b43f24abbec7f9625a534 100644 (file)
@@ -1094,7 +1094,7 @@ complete list of changes, or look through the CVS logs for all the details.
     >>> 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 @@ complete list of changes, or look through the CVS logs for all the details.
     >>> 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 @@ complete list of changes, or look through the CVS logs for all the details.
        whitespace.
     >>> 
 
+  (Contributed by Dwayne Bailey.)
+
   .. Patch #1581073
 
 * The :mod:`timeit` module now accepts callables as well as strings