diff options
author | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-10-28 18:13:51 (GMT) |
---|---|---|
committer | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-10-28 18:13:51 (GMT) |
commit | 21fecc764c5ab5d367b2c0bc6ecf4e30ff14d556 (patch) | |
tree | 30e97d79f97c0ef41be1af43b130bc374dd821f6 /Doc/c-api | |
parent | 0e8c49d3583bbe86dd26f07819fd526eda8a0dcc (diff) | |
parent | d285029ee8a795ca28aeb986dc48fc48b0360d4e (diff) | |
download | cpython-21fecc764c5ab5d367b2c0bc6ecf4e30ff14d556.zip cpython-21fecc764c5ab5d367b2c0bc6ecf4e30ff14d556.tar.gz cpython-21fecc764c5ab5d367b2c0bc6ecf4e30ff14d556.tar.bz2 |
Merge from 3.3: remove unneeded "Release" and "Date" markers from index pages.
Diffstat (limited to 'Doc/c-api')
-rw-r--r-- | Doc/c-api/index.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/c-api/index.rst b/Doc/c-api/index.rst index a0cb6e5..7b73e5b 100644 --- a/Doc/c-api/index.rst +++ b/Doc/c-api/index.rst @@ -4,9 +4,6 @@ Python/C API Reference Manual ################################## -:Release: |version| -:Date: |today| - This manual documents the API used by C and C++ programmers who want to write extension modules or embed Python. It is a companion to :ref:`extending-index`, which describes the general principles of extension writing but does not |