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