commit | facdd6ee9e1b53fae37b9e097166997ba8f0b16f | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Mon Aug 18 22:29:19 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Mon Aug 18 22:29:19 2008 +0000 |
tree | 945e740d48862063e4d91900c025b4d9c979da51 | |
parent | 6ee1a31e9ba8c7e1ad33ed65440a9626886df345 [diff] [blame] |
update the threading docs to account for recent changes
diff --git a/Misc/NEWS b/Misc/NEWS index 1792d76..b179d40 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -669,7 +669,8 @@ - The bundled OSX-specific copy of libbffi is now in sync with the version shipped with PyObjC 2.0 and includes support for x86_64 and ppc64 platforms. -- The threading module gained alias for names that are removed in 3.x. +- The threading module gained alias for names that will be removed in the 3.x + series. Build -----