summaryrefslogtreecommitdiffstats
path: root/Doc/extending
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-10-28 18:10:24 (GMT)
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-10-28 18:10:24 (GMT)
commitd285029ee8a795ca28aeb986dc48fc48b0360d4e (patch)
tree3e654ac696108555a9fe75ff2f4bc642340d01d6 /Doc/extending
parent6c1da829bac310f555d3f3e8e643e9966d7d77fc (diff)
parent8b7f9f581ddf9e80002d2bf46248bb95d6590749 (diff)
downloadcpython-d285029ee8a795ca28aeb986dc48fc48b0360d4e.zip
cpython-d285029ee8a795ca28aeb986dc48fc48b0360d4e.tar.gz
cpython-d285029ee8a795ca28aeb986dc48fc48b0360d4e.tar.bz2
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 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