diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-08-18 22:40:25 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-08-18 22:40:25 (GMT) |
commit | f059e64426bcee8772a1b0c525c7cfcb814bf35e (patch) | |
tree | e7058dc9ea69e4c6d41c1ad71886b1c2aea5fc32 | |
parent | 8bdd54575fceba2226fb4652538b851c0778c703 (diff) | |
download | cpython-f059e64426bcee8772a1b0c525c7cfcb814bf35e.zip cpython-f059e64426bcee8772a1b0c525c7cfcb814bf35e.tar.gz cpython-f059e64426bcee8772a1b0c525c7cfcb814bf35e.tar.bz2 |
update NEWS
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 ----------- |