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.
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:31 | admin | set | github: 59173 |
| 2012年06月10日 01:44:15 | eric.araujo | set | status: open -> closed versions: - Python 2.7 messages: + msg162575 resolution: fixed stage: commit review -> resolved |
| 2012年06月01日 18:27:56 | sandro.tosi | set | messages: + msg162096 |
| 2012年06月01日 18:26:31 | python-dev | set | nosy:
+ python-dev messages: + msg162095 |
| 2012年06月01日 02:54:54 | eric.araujo | set | versions:
+ Python 2.7, Python 3.2 nosy: + sandro.tosi, eric.araujo messages: + msg162044 stage: commit review |
| 2012年05月31日 12:32:45 | lars | create | |