Staging
v0.8.1
https://github.com/python/cpython
Revision 7c5adf17103beb92324b6c2bf211b0e5d581caa4 authored by Mark Dickinson on 22 February 2010, 15:41:07 UTC, committed by Mark Dickinson on 22 February 2010, 15:41:07 UTC
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r78312 | mark.dickinson | 2010-02-22 15:40:28 +0000 (Mon, 22 Feb 2010) | 1 line

  Clarify description of three-argument pow for Decimal types:  the exponent of the result is always 0.
........
1 parent 2f7b50a
Raw File
Tip revision: 7c5adf17103beb92324b6c2bf211b0e5d581caa4 authored by Mark Dickinson on 22 February 2010, 15:41:07 UTC
Merged revisions 78312 via svnmerge from
Tip revision: 7c5adf1
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