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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f059e64426bcee8772a1b0c525c7cfcb814bf35e;p=thirdparty%2FPython%2Fcpython.git update NEWS --- diff --git a/Misc/NEWS b/Misc/NEWS index 3275bfbf7e1a..446e8680f6f1 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 -----------