Fix a typo on the renaming of cProfile.
This commit is contained in:
parent
742eac0b4d
commit
8e6fb69418
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue