diff options
| author | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-10-28 11:10:24 -0700 |
|---|---|---|
| committer | Chris Jerdonek <chris.jerdonek@gmail.com> | 2012-10-28 11:10:24 -0700 |
| commit | d285029ee8a795ca28aeb986dc48fc48b0360d4e (patch) | |
| tree | 3e654ac696108555a9fe75ff2f4bc642340d01d6 /Doc/extending/index.rst | |
| parent | 6c1da829bac310f555d3f3e8e643e9966d7d77fc (diff) | |
| parent | 8b7f9f581ddf9e80002d2bf46248bb95d6590749 (diff) | |
| download | cpython-git-d285029ee8a795ca28aeb986dc48fc48b0360d4e.tar.gz | |
Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages.
Diffstat (limited to 'Doc/extending/index.rst')
| -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 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 |
