summaryrefslogtreecommitdiff
path: root/Doc/extending
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-10-28 11:10:24 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-10-28 11:10:24 -0700
commit24d86fb1ee5059c98b6af41f56b359595802dc69 (patch)
tree5617b813fd69fc8cb7eb8c0c3b654abbef134877 /Doc/extending
parent5d5c49d657f734fa8749df5c2077b97a9e9a1c85 (diff)
parent4e3fe6041b1c92e2f6c7821544addaa81f68d46e (diff)
downloadcpython-24d86fb1ee5059c98b6af41f56b359595802dc69.tar.gz
Merge from 3.2: remove unneeded "Release" and "Date" markers from 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 92e61327c1..75cf4c5d31 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