Merge from 3.2: remove unneeded "Release" and "Date" markers from index pages.

This commit is contained in:
Chris Jerdonek 2012-10-28 11:10:24 -07:00
commit d285029ee8
8 changed files with 0 additions and 22 deletions

View file

@ -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