diff options
author | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-10-28 18:08:26 (GMT) |
---|---|---|
committer | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-10-28 18:08:26 (GMT) |
commit | 8b7f9f581ddf9e80002d2bf46248bb95d6590749 (patch) | |
tree | b6b634bd1273290b99b5d0a2ad62cc830a13e2a3 /Doc/extending | |
parent | a1952d41201c292f16d7c9cac3a3755cb77bf68c (diff) | |
download | cpython-8b7f9f581ddf9e80002d2bf46248bb95d6590749.zip cpython-8b7f9f581ddf9e80002d2bf46248bb95d6590749.tar.gz cpython-8b7f9f581ddf9e80002d2bf46248bb95d6590749.tar.bz2 |
Remove unneeded "Release" and "Date" markers from doc index pages.
Diffstat (limited to 'Doc/extending')
-rw-r--r-- | Doc/extending/index.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/extending/index.rst b/Doc/extending/index.rst index 92e6132..75cf4c5 100644 --- a/Doc/extending/index.rst +++ b/Doc/extending/index.rst @@ -4,9 +4,6 @@ Extending and Embedding the Python Interpreter ################################################## -:Release: |version| -:Date: |today| - This document describes how to write modules in C or C++ to extend the Python interpreter with new modules. Those modules can define new functions but also new object types and their methods. The document also describes how to embed |