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.

classification
Title: Section "Inplace Operators" of :mod:`operator` should be a subsection
Type: enhancement Stage: resolved
Components: Documentation Versions: Python 3.2, Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, eric.araujo, lars, python-dev, sandro.tosi
Priority: normal Keywords: patch

Created on 2012-05-31 12:32 by lars, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
operator-module-docs.patch lars, 2012-05-31 12:32 Fix for issue review
Messages (5)
msg161996 - (view) Author: Lars (lars) Date: 2012-05-31 12:32
The section "Inplace Operators" of the module docs for operator now show up in TOC at http://docs.python.org/dev/library/. I don't think that's intended as it does not describe a separate module.
msg162044 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2012-06-01 02:54
Good catch, +1 for the patch.
msg162095 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-06-01 18:26
New changeset bf6305bce3af by Sandro Tosi in branch '3.2':
Issue #14968: set 'Inplace Operators' as subsection; patch by Lars Buitinck
http://hg.python.org/cpython/rev/bf6305bce3af

New changeset 7c9702b08bfb by Sandro Tosi in branch 'default':
Issue #14968: merge with 3.2
http://hg.python.org/cpython/rev/7c9702b08bfb
msg162096 - (view) Author: Sandro Tosi (sandro.tosi) * (Python committer) Date: 2012-06-01 18:27
Thanks Lars for the patch! Éric, why did you add 2.7 version? AFAISee 2.7 doesn't have the "Inplace Operators" section.
msg162575 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2012-06-10 01:44
Sandro: I added 2.7 to indicate it should be checked too.  As you said, the bug wasn’t there, because there is no In-place Operators section (which I think there should be, i.e. backporting #9717 (if you do that, please use a full commit message instead of “backport of skldgjlkg”)).
History
Date User Action Args
2022-04-11 14:57:31adminsetgithub: 59173
2012-06-10 01:44:15eric.araujosetstatus: open -> closed
versions: - Python 2.7
messages: + msg162575

resolution: fixed
stage: commit review -> resolved
2012-06-01 18:27:56sandro.tosisetmessages: + msg162096
2012-06-01 18:26:31python-devsetnosy: + python-dev
messages: + msg162095
2012-06-01 02:54:54eric.araujosetversions: + Python 2.7, Python 3.2
nosy: + sandro.tosi, eric.araujo

messages: + msg162044

stage: commit review
2012-05-31 12:32:45larscreate