Staging
v0.5.1
https://github.com/python/cpython
Revision 12e930f3a4fd84bde01c67976f108000e704d835 authored by R David Murray on 02 January 2014, 18:37:26 UTC, committed by R David Murray on 02 January 2014, 18:37:26 UTC
1 parent 3e6ab17
Raw File
Tip revision: 12e930f3a4fd84bde01c67976f108000e704d835 authored by R David Murray on 02 January 2014, 18:37:26 UTC
#17282: Document unittest.main defaultTest argument.
Tip revision: 12e930f
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