diff options
author | Georg Brandl <georg@python.org> | 2008-03-04 07:25:54 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-03-04 07:25:54 (GMT) |
commit | 27504dae1b6a0007d210e7e53a4519cd4f1793e1 (patch) | |
tree | eefa993fb8f1096445eddc0880559d791d00c4f1 /Doc/whatsnew | |
parent | d553d856e7471b4e6c9ede6a445b813a7e468d4f (diff) | |
download | cpython-27504dae1b6a0007d210e7e53a4519cd4f1793e1.zip cpython-27504dae1b6a0007d210e7e53a4519cd4f1793e1.tar.gz cpython-27504dae1b6a0007d210e7e53a4519cd4f1793e1.tar.bz2 |
Fix some patch attributions.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/2.6.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rst index b45b7be..bba46c9 100644 --- a/Doc/whatsnew/2.6.rst +++ b/Doc/whatsnew/2.6.rst @@ -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 |