[Python-checkins] r53205 - peps/trunk/pep-3108.txt

brett.cannon python-checkins at python.org
Tue Jan 2 04:34:24 CET 2007


Author: brett.cannon
Date: Tue Jan  2 04:34:23 2007
New Revision: 53205

Modified:
   peps/trunk/pep-3108.txt
Log:
Fix a typo on the renaming of cProfile.


Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Tue Jan  2 04:34:23 2007
@@ -293,7 +293,6 @@
     cookie
 * copy_reg
     copyreg
-* cProfile
 * DocXMLRPCServer
     docxmlrpcserver
 * dummy_threading
@@ -368,7 +367,7 @@
     + 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.


More information about the Python-checkins mailing list