summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-05-23 17:09:43 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-05-23 17:09:43 (GMT)
commit3dc22e8770d80276ce7c5e4c7c3e750ada77d396 (patch)
tree5e46c5823d8833d76a676984d5736e6731176ad3 /Misc
parentb747ed3f97a77fb03359c344c71d8360a229b5cb (diff)
downloadcpython-3dc22e8770d80276ce7c5e4c7c3e750ada77d396.zip
cpython-3dc22e8770d80276ce7c5e4c7c3e750ada77d396.tar.gz
cpython-3dc22e8770d80276ce7c5e4c7c3e750ada77d396.tar.bz2
update NEWS
Diffstat (limited to 'Misc')
-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
-----