]> granicus.if.org Git - python/commitdiff
update NEWS
authorBenjamin Peterson <benjamin@python.org>
Mon, 18 Aug 2008 22:40:25 +0000 (22:40 +0000)
committerBenjamin Peterson <benjamin@python.org>
Mon, 18 Aug 2008 22:40:25 +0000 (22:40 +0000)
Misc/NEWS

index 3275bfbf7e1ad847cadf738571db0fcaaaf20d8a..446e8680f6f13ad7c02df2fdaa49f8fcb167100d 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -327,7 +327,8 @@ Library
 
 - The test.test_support module has been renamed to test.support.
 
-- The threading module API was renamed to be PEP 8 complaint.
+- The threading module API was renamed to be PEP 8 complaint.  The old names are
+  still present, but will be removed in the near future.
 
 Tools/Demos
 -----------