From: Benjamin Peterson Date: Mon, 18 Aug 2008 22:40:25 +0000 (+0000) Subject: update NEWS X-Git-Tag: v3.0b3~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f059e64426bcee8772a1b0c525c7cfcb814bf35e;p=python update NEWS --- diff --git a/Misc/NEWS b/Misc/NEWS index 3275bfbf7e..446e8680f6 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 -----------