>>> 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::
>>> 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)``,
whitespace.
>>>
+ (Contributed by Dwayne Bailey.)
+
.. Patch #1581073
* The :mod:`timeit` module now accepts callables as well as strings