summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3275bfb..446e868 100644
--- 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
-----------