From 755b55ed10bcb1f3b8ccdf8691afed32276b5416 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Thu, 8 May 2008 19:28:11 +0000 Subject: [PATCH] The mutex module has been handled. --- pep-3108.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-3108.txt b/pep-3108.txt index ef62c9688..036c74dd6 100644 --- a/pep-3108.txt +++ b/pep-3108.txt @@ -462,7 +462,7 @@ small audience or lack of adherence to more modern standards. + Undocumented. + Never updated to support absolute imports. -* mutex +* mutex [done: 2.6, 3.0] + Easy to implement using a semaphore and a queue. + Cannot block on a lock attempt.