~malept/ubuntu/lucid/python2.6/dev-dependency-fix

« back to all changes in this revision

Viewing changes to Doc/c-api/utilities.rst

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-02-13 12:51:00 UTC
  • Revision ID: james.westby@ubuntu.com-20090213125100-uufgcb9yeqzujpqw
Tags: upstream-2.6.1
ImportĀ upstreamĀ versionĀ 2.6.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.. highlightlang:: c
 
2
 
 
3
 
 
4
.. _utilities:
 
5
 
 
6
*********
 
7
Utilities
 
8
*********
 
9
 
 
10
The functions in this chapter perform various utility tasks, ranging from
 
11
helping C code be more portable across platforms, using Python modules from C,
 
12
and parsing function arguments and constructing Python values from C values.
 
13
 
 
14
.. toctree::
 
15
 
 
16
   sys.rst
 
17
   import.rst
 
18
   marshal.rst
 
19
   arg.rst
 
20
   conversion.rst
 
21
   reflection.rst