Staging
v0.5.1
https://github.com/python/cpython
Revision ee2940d5d2a6a80490be8c79238499a17a65999f authored by Georg Brandl on 30 September 2006, 11:06:51 UTC, committed by Georg Brandl on 30 September 2006, 11:06:51 UTC
but also for functions.
 (backport from rev. 52069)
1 parent 86b66b9
Raw File
Tip revision: ee2940d5d2a6a80490be8c79238499a17a65999f authored by Georg Brandl on 30 September 2006, 11:06:51 UTC
Bug #1560617: in pyclbr, return full module name not only for classes,
Tip revision: ee2940d
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