[issue17949] operator documentation mixup

2013-05-10 Thread Martijn Pieters

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@python
components: Documentation
files: operator_documentation_fix.patch
keywords: patch
messages: 188846
nosy: docs@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 rep...@bugs.python.org
http://bugs.python.org/issue17949
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17949] operator documentation mixup

2013-05-10 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 9c93a631e95a by Ezio Melotti in branch '2.7':
#17949: fix merge glitch in itemgetter signature.  Patch by Martijn Pieters.
http://hg.python.org/cpython/rev/9c93a631e95a

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17949
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue17949] operator documentation mixup

2013-05-10 Thread Ezio Melotti

Ezio Melotti added the comment:

Fixed, thanks for the report and the patch!

--
assignee: docs@python - ezio.melotti
nosy: +ezio.melotti
resolution:  - fixed
stage:  - committed/rejected
status: open - closed
type:  - enhancement

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17949
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com