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.

Author martin.panter
Recipients Joseph Weston, berker.peksag, docs@python, martin.panter
Date 2015-08-25.04:20:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440476451.98.0.138536529473.issue24808@psf.upfronthosting.co.za>
In-reply-to
Content
Most of this looks good. For the record, tp_flags was changed to unsigned in 3.4 (Issue 16086). The const and Py_ssize_t changes were done before 3.0.

The only bits I would hesitate about are adding back the two comments saying “Assigned meaning in release 2”. These comments seem to have been removed from the Python 3 documentation in r67578, and I don’t see much point adding them back.

I will have a go at committing the rest of the patch. (This is my first time making a commit.)
History
Date User Action Args
2015-08-25 04:20:52martin.pantersetrecipients: + martin.panter, docs@python, berker.peksag, Joseph Weston
2015-08-25 04:20:51martin.pantersetmessageid: <1440476451.98.0.138536529473.issue24808@psf.upfronthosting.co.za>
2015-08-25 04:20:51martin.panterlinkissue24808 messages
2015-08-25 04:20:51martin.pantercreate