Update stats on StringIO/cStringIO.
This commit is contained in:
parent
bed831eb48
commit
eba89b20a2
|
@ -384,7 +384,6 @@ ScrolledText scrolledtext
|
||||||
SimpleHTTPServer simple_http_server
|
SimpleHTTPServer simple_http_server
|
||||||
SimpleXMLRPCServer simple_xmlrpc_server
|
SimpleXMLRPCServer simple_xmlrpc_server
|
||||||
SocketServer socketserver
|
SocketServer socketserver
|
||||||
StringIO stringio
|
|
||||||
Tix tix
|
Tix tix
|
||||||
Tkinter tkinter
|
Tkinter tkinter
|
||||||
UserDict userdict
|
UserDict userdict
|
||||||
|
@ -424,12 +423,9 @@ Issues`_ for a discussion on this.
|
||||||
+ Rename cProfile to _profile.
|
+ Rename cProfile to _profile.
|
||||||
+ Semantic completeness of C implementation *not* verified.
|
+ Semantic completeness of C implementation *not* verified.
|
||||||
|
|
||||||
* StringIO/cStringIO
|
* StringIO/cStringIO [done]
|
||||||
|
|
||||||
+ Rename StringIO to stringio.
|
|
||||||
+ Rename cStringIO to _stringio.
|
|
||||||
+ Semantic completeness of C implementation *not* verified.
|
|
||||||
|
|
||||||
|
+ Added to the 'io' module as stringio.
|
||||||
|
|
||||||
No public, documented interface
|
No public, documented interface
|
||||||
-------------------------------
|
-------------------------------
|
||||||
|
|
Loading…
Reference in New Issue