~ubuntu-branches/ubuntu/precise/python3.2/precise-proposed

« back to all changes in this revision

Viewing changes to Doc/distutils/setupscript.rst

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-03-09 18:40:39 UTC
  • mfrom: (30.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20120309184039-j3yk2emxr1plyo21
Tags: 3.2.3~rc1-1
* Python 3.2.3 release candidate 1.
* Update to 20120309 from the 3.2 branch.
* Fix libpython.a symlink. Closes: #660146.
* Build-depend on xauth.
* Run the gdb tests for the debug build only.

Show diffs side-by-side

added added

removed removed

Lines of Context:
254
254
 
255
255
If you need to include header files from some other Python extension, you can
256
256
take advantage of the fact that header files are installed in a consistent way
257
 
by the Distutils :command:`install_header` command.  For example, the Numerical
 
257
by the Distutils :command:`install_headers` command.  For example, the Numerical
258
258
Python header files are installed (on a standard Unix installation) to
259
259
:file:`/usr/local/include/python1.5/Numerical`. (The exact location will differ
260
260
according to your platform and Python installation.)  Since the Python include