]> granicus.if.org Git - python/commitdiff
clarify
authorBenjamin Peterson <benjamin@python.org>
Sat, 23 May 2009 18:51:49 +0000 (18:51 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 23 May 2009 18:51:49 +0000 (18:51 +0000)
Misc/NEWS

index a736ad8b2c9902ca8c856a38559c0687c4c3625b..d5345789463705308d57a651c43d0014b7e758b2 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -74,7 +74,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.
+- The _functools and _locale modules are now built into the libpython shared
+  library instead of as extension modules.
 
 Tests
 -----