From ae151333740b4d94873013f306a0435d3cfe167c Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Thu, 8 May 2008 20:38:15 +0000 Subject: [PATCH] The user module has been dealt with in 2.6. --- pep-3108.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-3108.txt b/pep-3108.txt index a2be3f672..d40a4539b 100644 --- a/pep-3108.txt +++ b/pep-3108.txt @@ -487,7 +487,7 @@ small audience or lack of adherence to more modern standards. + Undocumented. + Requires ``sox`` library to be installed on the system. -* user [done: 3.0] +* user [done: 2.6, 3.0] + Easily handled by allowing the application specify its own module name, check for existence, and import if found.