summaryrefslogtreecommitdiffstats
path: root/Doc/extending
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-10-28 18:08:26 (GMT)
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-10-28 18:08:26 (GMT)
commit8b7f9f581ddf9e80002d2bf46248bb95d6590749 (patch)
treeb6b634bd1273290b99b5d0a2ad62cc830a13e2a3 /Doc/extending
parenta1952d41201c292f16d7c9cac3a3755cb77bf68c (diff)
downloadcpython-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.rst3
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