From 852274f1f7f8962348ad3249ba90b8ae67607f45 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 25 May 2008 07:26:41 +0000 Subject: [PATCH] ConfigParser and Queue are reverted in 2.6. --- pep-3108.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pep-3108.txt b/pep-3108.txt index bbabdb61a..2b79de91c 100644 --- a/pep-3108.txt +++ b/pep-3108.txt @@ -673,9 +673,9 @@ Current Name Replacement Name _winreg winreg (rename also because module has a public interface and thus should not have a leading underscore) TODO -ConfigParser configparser [done: 3.0] (TODO revert in 2.6) +ConfigParser configparser [done] copy_reg copyreg [done] -Queue queue [done: 3.0] (TODO revert in 2.6) +Queue queue [done] SocketServer socketserver [done] ================== ==================================================