diff options
author | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-10-28 18:16:36 (GMT) |
---|---|---|
committer | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-10-28 18:16:36 (GMT) |
commit | 64c0b2ca3da8ffcaf8a8cf150a59eeb300326529 (patch) | |
tree | df4673042651d68a35d2213c984141b4cc77ac01 /Doc/extending | |
parent | 8e0dfea81c4b30654ea50c78f113d443fa396ec4 (diff) | |
download | cpython-64c0b2ca3da8ffcaf8a8cf150a59eeb300326529.zip cpython-64c0b2ca3da8ffcaf8a8cf150a59eeb300326529.tar.gz cpython-64c0b2ca3da8ffcaf8a8cf150a59eeb300326529.tar.bz2 |
Backport from 3.2: remove "Release" and "Date" markers from 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 |