summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 543c55f..7eb76a9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -863,6 +863,8 @@ Core and Builtins
Library
-------
+- Issue #6403: Fixed package path usage in build_ext.
+
- Issue #6365: Distutils build_ext inplace mode was copying the compiled
extension in a subdirectory if the extension name had dots.