summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-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