Staging
v0.5.1
https://github.com/python/cpython
Revision 5addf891ed45c41bcff81618c9fd975b79fcef36 authored by Terry Jan Reedy on 23 May 2015, 21:14:09 UTC, committed by Terry Jan Reedy on 23 May 2015, 21:14:09 UTC
2 parent s c779216 + 4cbb9e6
Raw File
Tip revision: 5addf891ed45c41bcff81618c9fd975b79fcef36 authored by Terry Jan Reedy on 23 May 2015, 21:14:09 UTC
Add Idle NEWS item.
Tip revision: 5addf89
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