Staging
v0.5.1
https://github.com/python/cpython
Revision 41c5d2fb56b25a132015853b2612f012ca39be83 authored by Thomas Heller on 23 February 2010, 20:32:43 UTC, committed by Thomas Heller on 23 February 2010, 20:32:43 UTC
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r78382 | thomas.heller | 2010-02-23 21:25:02 +0100 (Di, 23 Feb 2010) | 11 lines

  Merged revisions 78380 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r78380 | thomas.heller | 2010-02-23 21:11:44 +0100 (Di, 23 Feb 2010) | 4 lines

    ctypes CThunkObject was not registered correctly with the cycle
    garbage collector, leading to possible leaks when using callback
    functions.
  ........
................
1 parent f99f67b
Raw File
Tip revision: 41c5d2fb56b25a132015853b2612f012ca39be83 authored by Thomas Heller on 23 February 2010, 20:32:43 UTC
Merged revisions 78382 via svnmerge from
Tip revision: 41c5d2f
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 this
documentation, or 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