summaryrefslogtreecommitdiffstats
path: root/Doc/extending/index.rst
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-10-28 18:13:51 (GMT)
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-10-28 18:13:51 (GMT)
commit21fecc764c5ab5d367b2c0bc6ecf4e30ff14d556 (patch)
tree30e97d79f97c0ef41be1af43b130bc374dd821f6 /Doc/extending/index.rst
parent0e8c49d3583bbe86dd26f07819fd526eda8a0dcc (diff)
parentd285029ee8a795ca28aeb986dc48fc48b0360d4e (diff)
downloadcpython-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/extending/index.rst')
-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