Fix a typo on the renaming of cProfile.

This commit is contained in:
Brett Cannon 2007-01-02 03:34:23 +00:00
parent 742eac0b4d
commit 8e6fb69418
1 changed files with 1 additions and 2 deletions

View File

@ -293,7 +293,6 @@ not.
cookie
* copy_reg
copyreg
* cProfile
* DocXMLRPCServer
docxmlrpcserver
* dummy_threading
@ -368,7 +367,7 @@ Issues`_ for a discussion on this.
+ Rename cPickle to _pickle.
+ Semantic completeness of C implementation *not* verified.
* profile/cProfile
+ Rename cProfile to profile.
+ Rename cProfile to _profile.
+ Semantic completeness of C implementation *not* verified.
* StringIO/cStringIO
+ Rename StringIO to stringio.