[pypy-svn] r47569 - pypy/extradoc/talk/dls2007

cfbolz at codespeak.net cfbolz at codespeak.net
Fri Oct 19 00:13:18 CEST 2007


Author: cfbolz
Date: Fri Oct 19 00:13:15 2007
New Revision: 47569

Modified:
   pypy/extradoc/talk/dls2007/rpython-talk.txt
Log:
like it. two small changes, feel free to revert


Modified: pypy/extradoc/talk/dls2007/rpython-talk.txt
==============================================================================
--- pypy/extradoc/talk/dls2007/rpython-talk.txt	(original)
+++ pypy/extradoc/talk/dls2007/rpython-talk.txt	Fri Oct 19 00:13:15 2007
@@ -83,7 +83,7 @@
 
 - ``yield`` and generators not supported
 
-- No special __methods__
+- No special __methods__ (except __init__ and __del__)
 
 - No run-time definition of new functions and classes
 
@@ -236,7 +236,7 @@
 
 - Originally an implementation detail
 
-- Not designed to be user-friendly; crazy error messages
+- Not designed to be user-friendly; terse error messages
 
 - Lack of documentation/reference manual
 



More information about the Pypy-commit mailing list