diff options
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 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 |