Update stats on StringIO/cStringIO.

This commit is contained in:
Brett Cannon 2007-12-15 00:36:23 +00:00
parent bed831eb48
commit eba89b20a2
1 changed files with 2 additions and 6 deletions

View File

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