summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4058526..570caea 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -28,6 +28,13 @@ Windows
- Issue #6158: Package Sine-1000Hz-300ms.aif in MSI file.
+C-API
+-----
+
+- Issue #5735: Python compiled with --with-pydebug should throw an
+ ImportError when trying to import modules compiled without
+ --with-pydebug, and vice-versa.
+
What's New in Python 3.1 release candidate 1?
=============================================