Staging
v0.5.1
https://github.com/python/cpython
Revision 50b458fee254ff397913d49099bba35840b2fab7 authored by Michael W. Hudson on 25 March 2002, 13:11:31 UTC, committed by Michael W. Hudson on 25 March 2002, 13:11:31 UTC
    revision 1.59 of pydoc.py

Remove unnecessary \b.  It was causing the RE to miss the tailing
slash on strings like "http://www.python.org/ is good".
1 parent 1deeef2
Raw File
Tip revision: 50b458fee254ff397913d49099bba35840b2fab7 authored by Michael W. Hudson on 25 March 2002, 13:11:31 UTC
backport nascheme's checkin of
Tip revision: 50b458f
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.
back to top