diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-12-16 13:33:56 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-12-16 13:33:56 (GMT) |
commit | 12de8ac215f2c5e5a4ed30033183fc34b5f1635f (patch) | |
tree | 8a88800a55c47168bd1404ff4acda8cf67126fef /Doc | |
parent | 202717db670271278b0c79669e3a5cbdc67aec75 (diff) | |
download | cpython-12de8ac215f2c5e5a4ed30033183fc34b5f1635f.zip cpython-12de8ac215f2c5e5a4ed30033183fc34b5f1635f.tar.gz cpython-12de8ac215f2c5e5a4ed30033183fc34b5f1635f.tar.bz2 |
Credit Florent for porting
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/whatsnew/3.2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 0019859..488ad3b 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -613,7 +613,7 @@ Two methods have been deprecated: For details of the update, see `Introducing ElementTree <http://effbot.org/zone/elementtree-13-intro.htm>`_ on Fredrik Lundh's website. -(Contributed by Fredrik Lundh.) +(Contributed by Florent Xicluna and Fredrik Lundh, :issue:`6472`.) functools --------- |