diff options
author | Georg Brandl <georg@python.org> | 2008-01-21 17:42:40 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-01-21 17:42:40 (GMT) |
commit | 501601591be66d7e3d9789e2465d466df1e05c50 (patch) | |
tree | cd03b1b502cade7c5688afe8dec587ef3d0273aa /Misc | |
parent | 733024a7528cb67ad0a8df52a122d757df2ef2d7 (diff) | |
download | cpython-501601591be66d7e3d9789e2465d466df1e05c50.zip cpython-501601591be66d7e3d9789e2465d466df1e05c50.tar.gz cpython-501601591be66d7e3d9789e2465d466df1e05c50.tar.bz2 |
#1530959: change distutils build dir for --with-pydebug python builds.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -369,6 +369,10 @@ Core and builtins Library ------- +- Bug #1530959: distutils' build command now uses different build directory + when building extension modules against versions of Python compiled + with ``--with-pydebug``. + - #1555501: move plistlib from plat-mac directory to general library. - #1269: fix a bug in pstats.add_callers() and add a unit test file for |