commit | 34afe87d3aab017fd6d82fa4b31ea7bf999730a7 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Thu May 08 20:31:44 2008 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Thu May 08 20:31:44 2008 +0000 |
tree | 08985becb7e7a60d42d738db1be9c84b3261cda9 | |
parent | 900ee3a07346ce12d5963ea531bf506daa1f5e46 [diff] [blame] |
Document that the mutex module is now gone.
diff --git a/Misc/NEWS b/Misc/NEWS index 4cf9353..24a63ec 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -20,6 +20,8 @@ - The user module has been removed. +- The mutex module has been removed. + - The imputil module has been removed. Build