Staging
v0.5.1
https://github.com/python/cpython
Revision 4322c178b9923cb687bcb6beea5f46df755d0b61 authored by Senthil Kumaran on 26 May 2012, 01:55:28 UTC, committed by Senthil Kumaran on 26 May 2012, 01:55:28 UTC
2 parent s 0b6f6c8 + ffa4b2c
Raw File
Tip revision: 4322c178b9923cb687bcb6beea5f46df755d0b61 authored by Senthil Kumaran on 26 May 2012, 01:55:28 UTC
Issue #14920: Fix the help(urllib.parse) failure on locale C terminals. Just have ascii in help msg
Tip revision: 4322c17
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