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 mjpieters
Recipients docs@python, mjpieters
Date 2013-05-10.16:26:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368203182.3.0.318883699217.issue17949@psf.upfronthosting.co.za>
In-reply-to
Content
Rev 83684 (http://hg.python.org/cpython/rev/5885c02120f0) managed to move the `attrgetter()` `versionadded` and `versionchanged` notes down to the `itemgetter()` documentation instead, by moving the `itemgetter()` signature *up* above these lines.

Now the docs claim `itemgetter()` gained support for dotted attributes in version 2.6, which makes no sense, and there is another set of added and changed notes lower down in the same section.

This patch puts the `itemgetter()` signature back in the correct location.
History
Date User Action Args
2013-05-10 16:26:22mjpieterssetrecipients: + mjpieters, docs@python
2013-05-10 16:26:22mjpieterssetmessageid: <1368203182.3.0.318883699217.issue17949@psf.upfronthosting.co.za>
2013-05-10 16:26:22mjpieterslinkissue17949 messages
2013-05-10 16:26:22mjpieterscreate