ConfigParser and Queue are reverted in 2.6.

This commit is contained in:
Georg Brandl 2008-05-25 07:26:41 +00:00
parent b6c1ff24c1
commit 852274f1f7
1 changed files with 2 additions and 2 deletions

View File

@ -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]
================== ==================================================