summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 85245fa..1380b29 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -71,6 +71,8 @@ Extension Modules
- Issue #6093: Fix off-by-one error in locale.strxfrm.
+- The _functools and _locale modules are now built into the shared library.
+
Tests
-----