Staging
v0.5.1
https://github.com/python/cpython
Revision 293924bf31887d88130f8769d4dbaac878db13fd authored by Amaury Forgeot d'Arc on 02 September 2008, 23:19:56 UTC, committed by Amaury Forgeot d'Arc on 02 September 2008, 23:19:56 UTC
from the same python instance, some environment variables (LIB, INCLUDE)
would grow without limit.

Tested with these statements:
    distutils.ccompiler.new_compiler().initialize()
    print os.environ['LIB']
But I don't know how to turn them into reliable unit tests.
1 parent 042025f
Raw File
Tip revision: 293924bf31887d88130f8769d4dbaac878db13fd authored by Amaury Forgeot d'Arc on 02 September 2008, 23:19:56 UTC
Issue 2975: when compiling multiple extension modules with visual studio 2008
Tip revision: 293924b
about.rst
=====================
About these documents
=====================


These documents are generated from `reStructuredText
<http://docutils.sf.net/rst.html>`_ sources by *Sphinx*, a document processor
specifically written for the Python documentation.

In the online version of these documents, you can submit comments and suggest
changes directly on the documentation pages.

Development of the documentation and its toolchain takes place on the
docs@python.org mailing list.  We're always looking for volunteers wanting
to help with the docs, so feel free to send a mail there!

Many thanks go to:

* Fred L. Drake, Jr., the creator of the original Python documentation toolset
  and writer of much of the content;
* the `Docutils <http://docutils.sf.net/>`_ project for creating
  reStructuredText and the Docutils suite;
* Fredrik Lundh for his `Alternative Python Reference
  <http://effbot.org/zone/pyref.htm>`_ project from which Sphinx got many good
  ideas.

See :ref:`reporting-bugs` for information how to report bugs in Python itself.

.. including the ACKS file here so that it can be maintained separately
.. include:: ACKS.txt

It is only with the input and contributions of the Python community
that Python has such wonderful documentation -- Thank You!
back to top