Update the status of various things.
This commit is contained in:
parent
a485d9e250
commit
03b5d4bf9b
14
pep-3108.txt
14
pep-3108.txt
|
@ -674,7 +674,7 @@ _winreg winreg (rename also because module has a public
|
||||||
interface and thus should not have a leading
|
interface and thus should not have a leading
|
||||||
underscore) TODO
|
underscore) TODO
|
||||||
ConfigParser configparser [done: 3.0] (TODO revert in 2.6)
|
ConfigParser configparser [done: 3.0] (TODO revert in 2.6)
|
||||||
copy_reg copyreg [done: 3.0] (TODO revert in 2.6)
|
copy_reg copyreg [done]
|
||||||
Queue queue [done: 3.0] (TODO revert in 2.6)
|
Queue queue [done: 3.0] (TODO revert in 2.6)
|
||||||
SocketServer socketserver [done: 3.0] (TODO revert in 2.6)
|
SocketServer socketserver [done: 3.0] (TODO revert in 2.6)
|
||||||
================== ==================================================
|
================== ==================================================
|
||||||
|
@ -716,8 +716,8 @@ Issues`_ for a discussion on this.
|
||||||
+ Add the class to the 'io' module.
|
+ Add the class to the 'io' module.
|
||||||
|
|
||||||
|
|
||||||
No public, documented interface
|
No public, documented interface [done]
|
||||||
-------------------------------
|
--------------------------------------
|
||||||
|
|
||||||
There are several modules in the stdlib that have no defined public
|
There are several modules in the stdlib that have no defined public
|
||||||
interface. These modules exist as support code for other modules that
|
interface. These modules exist as support code for other modules that
|
||||||
|
@ -775,8 +775,8 @@ whichdb dbm.__init__ [1]_
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
html package [done: 3.0] (TODO revert change in 2.6)
|
html package [done]
|
||||||
/////////////////////////////////////////////////////
|
///////////////////
|
||||||
|
|
||||||
================== ===============================
|
================== ===============================
|
||||||
Current Name Replacement Name
|
Current Name Replacement Name
|
||||||
|
@ -804,8 +804,8 @@ cookielib http.cookiejar
|
||||||
safely as they have no naming conflicts.
|
safely as they have no naming conflicts.
|
||||||
|
|
||||||
|
|
||||||
tkinter package [done: 3.0] (TODO revert change in 2.6)
|
tkinter package [done]
|
||||||
////////////////////////////////////////////////////////
|
//////////////////////
|
||||||
|
|
||||||
================== ===============================
|
================== ===============================
|
||||||
Current Name Replacement Name
|
Current Name Replacement Name
|
||||||
|
|
Loading…
Reference in New Issue