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 ncoghlan
Recipients docs@python, ncoghlan
Date 2012-07-27.07:05:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343372725.26.0.84225170505.issue15465@psf.upfronthosting.co.za>
In-reply-to
Content
As far as I can tell, the only mentions of the C API version macros are:

1. In the prose for the stable ABI section (incidentally: this section has a typo in the title)

2. In the documentation for sys.hexversion

There should be a clear "API and ABI Versioning" section in the C API docs that covers:

PY_LIMITED_API
PY_HEX_VERSION
PY_MAJOR_VERSION
PY_MINOR_VERSION
PY_MICRO_VERSION
PY_RELEASE_LEVEL
PY_RELEASE_SERIAL
History
Date User Action Args
2012-07-27 07:05:25ncoghlansetrecipients: + ncoghlan, docs@python
2012-07-27 07:05:25ncoghlansetmessageid: <1343372725.26.0.84225170505.issue15465@psf.upfronthosting.co.za>
2012-07-27 07:05:24ncoghlanlinkissue15465 messages
2012-07-27 07:05:24ncoghlancreate