[pypy-svn] r10167 - pypy/extradoc/sprintinfo

sanxiyn at codespeak.net sanxiyn at codespeak.net
Wed Mar 30 02:41:13 CEST 2005


Author: sanxiyn
Date: Wed Mar 30 02:41:13 2005
New Revision: 10167

Modified:
   pypy/extradoc/sprintinfo/pycon_sprint_report.txt
Log:
Fix function name


Modified: pypy/extradoc/sprintinfo/pycon_sprint_report.txt
==============================================================================
--- pypy/extradoc/sprintinfo/pycon_sprint_report.txt	(original)
+++ pypy/extradoc/sprintinfo/pycon_sprint_report.txt	Wed Mar 30 02:41:13 2005
@@ -45,8 +45,8 @@
 would fail for non-ascii characters. This has been fixed.
 
 Anders and Richard worked on completing the builtin types, especially
-focusing on the FrameType. In particular they enabled sys.set_trace
-and sys.set_profile functionality, also paying attention that
+focusing on the FrameType. In particular they enabled sys.settrace
+and sys.setprofile functionality, also paying attention that
 app-level helper frames are appropriately hidden. The design of how
 to achieve the latter was discussed with Armin and Samuele.
 



More information about the Pypy-commit mailing list