[Python-checkins] r77926 - in python/branches/py3k: Doc/library/python.rst Doc/library/sysconfig.rst

tarek.ziade python-checkins at python.org
Wed Feb 3 00:17:47 CET 2010


Author: tarek.ziade
Date: Wed Feb  3 00:17:47 2010
New Revision: 77926

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

........
  r77914 | tarek.ziade | 2010-02-02 23:27:58 +0100 (Tue, 02 Feb 2010) | 1 line
  
  first version of the sysconfig module documentation
........


Added:
   python/branches/py3k/Doc/library/sysconfig.rst
      - copied unchanged from r77914, /python/trunk/Doc/library/sysconfig.rst
Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Doc/library/python.rst

Modified: python/branches/py3k/Doc/library/python.rst
==============================================================================
--- python/branches/py3k/Doc/library/python.rst	(original)
+++ python/branches/py3k/Doc/library/python.rst	Wed Feb  3 00:17:47 2010
@@ -12,6 +12,7 @@
 .. toctree::
 
    sys.rst
+   sysconfig.rst
    builtins.rst
    __main__.rst
    warnings.rst


More information about the Python-checkins mailing list