[New-bugs-announce] [issue15465] Improved documentation for C API version info

Nick Coghlan report at bugs.python.org
Fri Jul 27 09:05:25 CEST 2012


New submission from Nick Coghlan <ncoghlan at gmail.com>:

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

----------
assignee: docs at python
components: Documentation
messages: 166546
nosy: docs at python, ncoghlan
priority: normal
severity: normal
stage: needs patch
status: open
title: Improved documentation for C API version info
type: enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15465>
_______________________________________


More information about the New-bugs-announce mailing list