From 34afe87d3aab017fd6d82fa4b31ea7bf999730a7 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Thu, 8 May 2008 20:31:44 +0000 Subject: [PATCH] Document that the mutex module is now gone. --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.49.0