Staging
v0.5.1
https://github.com/python/cpython
Revision 6145a624b8d9232f54eef3cb64777c4ba4c471f4 authored by Kurt B. Kaiser on 23 July 2003, 15:42:14 UTC, committed by Kurt B. Kaiser on 23 July 2003, 15:42:14 UTC
   by patch 769142.  Fixed by patch 776062. KBK will backport net result
   to IDLE release22-maint and IDLEfork.
2. Update NEWS.txt and idlever for release.
1 parent a378864
Raw File
Tip revision: 6145a624b8d9232f54eef3cb64777c4ba4c471f4 authored by Kurt B. Kaiser on 23 July 2003, 15:42:14 UTC
1. Python Bug 775541: Calltips error when docstring is None. Introduced
Tip revision: 6145a62
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