From: Georg Brandl Date: Tue, 4 Mar 2008 07:25:54 +0000 (+0000) Subject: Fix some patch attributions. X-Git-Tag: v2.6a2~400 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=27504dae1b6a0007d210e7e53a4519cd4f1793e1;p=python Fix some patch attributions. --- diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rst index b45b7be1be..bba46c990a 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