Staging
v0.5.1
https://github.com/python/cpython
Revision c6ddd7f9a7f6cfa06e6afc16d1cc300f8ac53a7c authored by Ronald Oussoren on 15 September 2009, 18:47:35 UTC, committed by Ronald Oussoren on 15 September 2009, 18:47:35 UTC
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r74798 | ronald.oussoren | 2009-09-15 20:33:33 +0200 (Tue, 15 Sep 2009) | 8 lines

  MacOSX: detect the architectures supported by
  Tk.framework and build _tkinter only for those
  architectures.

  This replaces the hardcoded solution that is no
  longer valid now that 64-bit capable versions of
  Tk are available on OSX.
........
1 parent 0d28764
Raw File
Tip revision: c6ddd7f9a7f6cfa06e6afc16d1cc300f8ac53a7c authored by Ronald Oussoren on 15 September 2009, 18:47:35 UTC
Merged revisions 74798 via svnmerge from
Tip revision: c6ddd7f
contents.rst
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 Python Documentation contents
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

.. toctree::

   whatsnew/index.rst
   tutorial/index.rst
   using/index.rst
   reference/index.rst
   library/index.rst
   extending/index.rst
   c-api/index.rst
   distutils/index.rst
   install/index.rst
   documenting/index.rst
   howto/index.rst
   glossary.rst

   about.rst
   bugs.rst
   copyright.rst
   license.rst
back to top