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年09月17日 09:13 by serhiy.storchaka, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| doc_newtypes.patch | serhiy.storchaka, 2012年09月17日 09:13 | review | ||
| Messages (4) | |||
|---|---|---|---|
| msg170591 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2012年09月17日 09:13 | |
The declaration of some fields in the PyTypeObject documentation does not match the sources. Here is a patch that fixes the mismatch. |
|||
| msg171426 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2012年09月28日 10:02 | |
Ping. |
|||
| msg171478 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2012年09月28日 14:35 | |
New changeset 08aa289a757c by Jesus Cea in branch '2.7': Closes #15953: Incorrect some fields declaration in the PyTypeObject documentation http://hg.python.org/cpython/rev/08aa289a757c New changeset c87ea480ddf3 by Jesus Cea in branch '3.2': Closes #15953: Incorrect some fields declaration in the PyTypeObject documentation http://hg.python.org/cpython/rev/c87ea480ddf3 New changeset 3bb53816f9c5 by Jesus Cea in branch 'default': MERGE: Closes #15953: Incorrect some fields declaration in the PyTypeObject documentation http://hg.python.org/cpython/rev/3bb53816f9c5 |
|||
| msg171479 - (view) | Author: Jesús Cea Avión (jcea) * (Python committer) | Date: 2012年09月28日 14:36 | |
Thanks!. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:36 | admin | set | github: 60157 |
| 2012年09月28日 14:37:24 | jcea | set | status: open -> closed resolution: fixed stage: resolved |
| 2012年09月28日 14:36:46 | jcea | set | status: closed -> open nosy: + jcea messages: + msg171479 resolution: fixed -> (no value) stage: resolved -> (no value) |
| 2012年09月28日 14:35:39 | python-dev | set | status: open -> closed nosy: + python-dev messages: + msg171478 resolution: fixed stage: resolved |
| 2012年09月28日 10:02:32 | serhiy.storchaka | set | messages: + msg171426 |
| 2012年09月17日 09:13:44 | serhiy.storchaka | create | |