http://hg.python.org/cpython/rev/dbc94178703f changeset: 77878:dbc94178703f parent: 77876:79d2eb29c755 user: Stefan Krah <skrah at bytereef.org> date: Sat Jun 30 18:20:33 2012 +0200 summary: Whitespace. files: setup.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -1811,7 +1811,7 @@ def _decimal_ext(self): extra_compile_args = [] - undef_macros=['NDEBUG'] + undef_macros = ['NDEBUG'] if '--with-system-libmpdec' in sysconfig.get_config_var("CONFIG_ARGS"): include_dirs = [] libraries = ['mpdec'] -- Repository URL: http://hg.python.org/cpython