diff options
author | Georg Brandl <georg@python.org> | 2013-03-16 07:03:51 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-03-16 07:03:51 (GMT) |
commit | 694bafa04ed7af12c86ca28217d143ab74428b2f (patch) | |
tree | 6b692b9fc720333e338473850e55303e136e7c2b /Doc/c-api | |
parent | 95bca131f0c4a468b15242b97c433d7386fa63e2 (diff) | |
parent | e3eb0615af1389f221cb617de71fe9bb42bb7769 (diff) | |
download | cpython-694bafa04ed7af12c86ca28217d143ab74428b2f.zip cpython-694bafa04ed7af12c86ca28217d143ab74428b2f.tar.gz cpython-694bafa04ed7af12c86ca28217d143ab74428b2f.tar.bz2 |
merge with 3.3
Diffstat (limited to 'Doc/c-api')
-rw-r--r-- | Doc/c-api/apiabiversion.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/apiabiversion.rst b/Doc/c-api/apiabiversion.rst index f6d52df..890a038 100644 --- a/Doc/c-api/apiabiversion.rst +++ b/Doc/c-api/apiabiversion.rst @@ -28,7 +28,7 @@ the following manner: | | | ``0xB`` for beta, ``0xC`` for release | | | | candidate and ``0xF`` for final), in this | | | | case it is alpha. | - | +-------------------------+------------------------------------------------+ + +-------+-------------------------+------------------------------------------------+ | | ``29-32`` | ``PY_RELEASE_SERIAL`` (the ``2`` in | | | | ``3.4.1a2``, zero for final releases) | +-------+-------------------------+------------------------------------------------+ |