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: Incorrect some fields declaration in the PyTypeObject documentation
Type: Stage: resolved
Components: Documentation Versions: Python 3.2, Python 3.3, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, jcea, python-dev, serhiy.storchaka
Priority: normal Keywords: easy, patch

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:36adminsetgithub: 60157
2012-09-28 14:37:24jceasetstatus: open -> closed
resolution: fixed
stage: resolved
2012-09-28 14:36:46jceasetstatus: closed -> open

nosy: + jcea
messages: + msg171479

resolution: fixed -> (no value)
stage: resolved -> (no value)
2012-09-28 14:35:39python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg171478

resolution: fixed
stage: resolved
2012-09-28 10:02:32serhiy.storchakasetmessages: + msg171426
2012-09-17 09:13:44serhiy.storchakacreate