~ubuntu-branches/ubuntu/raring/python3.3/raring-proposed

« back to all changes in this revision

Viewing changes to debian/PVER-doc.doc-base.PVER-ext.in

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-03-22 06:14:01 UTC
  • Revision ID: package-import@ubuntu.com-20120322061401-vvrgvw3nvi68rtqq
Tags: 3.3.0~a1-1
* Python 3.3.0 alpha1 release.
* Update to 20120321 from the trunk.
* Update debian/copyright.
* Build-depend on expat (>= 2.1~).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Document: @PVER@-ext
 
2
Title: Extending and Embedding the Python Interpreter (v@VER@)
 
3
Author: Guido van Rossum
 
4
Abstract: This document describes how to write modules in C or C++ to extend
 
5
 the Python interpreter with new modules.  Those modules can define
 
6
 new functions but also new object types and their methods.  The
 
7
 document also describes how to embed the Python interpreter in
 
8
 another application, for use as an extension language.  Finally,
 
9
 it shows how to compile and link extension modules so that they
 
10
 can be loaded dynamically (at run time) into the interpreter, if
 
11
 the underlying operating system supports this feature.
 
12
Section: Programming/Python
 
13
 
 
14
Format: HTML
 
15
Index: /usr/share/doc/@PVER@/html/extending/index.html
 
16
Files: /usr/share/doc/@PVER@/html/extending/*.html