Staging
v0.5.1
https://github.com/python/cpython
Revision e0789ac0c9156e7d2921bd1e23b897ca8d86dcdb authored by Brett Cannon on 22 September 2009, 20:06:53 UTC, committed by Brett Cannon on 22 September 2009, 20:06:53 UTC
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r75024 | brett.cannon | 2009-09-22 13:04:24 -0700 (Tue, 22 Sep 2009) | 1 line

  Fix a minor doc syntax typo.
........
1 parent d787abf
Raw File
Tip revision: e0789ac0c9156e7d2921bd1e23b897ca8d86dcdb authored by Brett Cannon on 22 September 2009, 20:06:53 UTC
Merged revisions 75024 via svnmerge from
Tip revision: e0789ac
Setup.config.in
# This file is transmogrified into Setup.config by config.status.

# The purpose of this file is to conditionally enable certain modules
# based on configure-time options.

# Threading
@USE_THREAD_MODULE@thread threadmodule.c

# The signal module
@USE_SIGNAL_MODULE@signal signalmodule.c

# The rest of the modules previously listed in this file are built
# by the setup.py script in Python 2.1 and later.
back to top