summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-01-21 17:42:40 (GMT)
committerGeorg Brandl <georg@python.org>2008-01-21 17:42:40 (GMT)
commit501601591be66d7e3d9789e2465d466df1e05c50 (patch)
treecd03b1b502cade7c5688afe8dec587ef3d0273aa /Misc
parent733024a7528cb67ad0a8df52a122d757df2ef2d7 (diff)
downloadcpython-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5768951..2f4d48e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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