Staging
v0.5.1
https://github.com/python/cpython
Revision d90042536dcc94720db3ef845a2dd8a285059fd4 authored by Barry Warsaw on 04 April 2003, 02:48:18 UTC, committed by Barry Warsaw on 04 April 2003, 02:48:18 UTC
    typed_subpart_iterator(): Fix these to use non-deprecated APIs,
    i.e. get_content_maintype() and get_content_subtype().
1 parent 27a93d7
Raw File
Tip revision: d90042536dcc94720db3ef845a2dd8a285059fd4 authored by Barry Warsaw on 04 April 2003, 02:48:18 UTC
Backporting:
Tip revision: d900425
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