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