From: Brett Cannon Date: Thu, 8 May 2008 20:31:44 +0000 (+0000) Subject: Document that the mutex module is now gone. X-Git-Tag: v3.0b1~440 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34afe87d3aab017fd6d82fa4b31ea7bf999730a7;p=python Document that the mutex module is now gone. --- diff --git a/Misc/NEWS b/Misc/NEWS index 4cf93533ab..24a63ec8ee 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -20,6 +20,8 @@ Library - The user module has been removed. +- The mutex module has been removed. + - The imputil module has been removed. Build