[New-bugs-announce] [issue17949] operator documentation mixup
Martijn Pieters
report at bugs.python.org
Fri May 10 18:26:22 CEST 2013
New submission from Martijn Pieters:
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.
----------
assignee: docs at python
components: Documentation
files: operator_documentation_fix.patch
keywords: patch
messages: 188846
nosy: docs at python, mjpieters
priority: normal
severity: normal
status: open
title: operator documentation mixup
versions: Python 2.7
Added file: http://bugs.python.org/file30198/operator_documentation_fix.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17949>
_______________________________________
More information about the New-bugs-announce
mailing list