This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients chris.jerdonek, ezio.melotti, lukasz.langa, nbtrap, python-dev
Date 2012-12-31.01:29:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3YZLY057YKzS5m@mail.python.org>
In-reply-to
Content
New changeset 850503a117a9 by Łukasz Langa in branch '3.2':
Fixes issue #15803: incorrect `ConfigParser.items()` docstring
http://hg.python.org/cpython/rev/850503a117a9

New changeset cc277b25eae7 by Łukasz Langa in branch '3.3':
Merged fix for #15803 from 3.2
http://hg.python.org/cpython/rev/cc277b25eae7

New changeset b4975cb4be95 by Łukasz Langa in branch 'default':
Merged fix for #15803 from 3.2 through 3.3
http://hg.python.org/cpython/rev/b4975cb4be95
History
Date User Action Args
2012-12-31 01:29:42python-devsetrecipients: + python-dev, ezio.melotti, chris.jerdonek, lukasz.langa, nbtrap
2012-12-31 01:29:42python-devlinkissue15803 messages
2012-12-31 01:29:41python-devcreate