[Python-checkins] r67808 - peps/trunk/pep-3128.txt

raymond.hettinger python-checkins at python.org
Tue Dec 16 04:52:16 CET 2008


Author: raymond.hettinger
Date: Tue Dec 16 04:52:16 2008
New Revision: 67808

Log:
Fix typos.

Modified:
   peps/trunk/pep-3128.txt

Modified: peps/trunk/pep-3128.txt
==============================================================================
--- peps/trunk/pep-3128.txt	(original)
+++ peps/trunk/pep-3128.txt	Tue Dec 16 04:52:16 2008
@@ -15,14 +15,14 @@
 Rejection Notice
 ================
 
-Rejectd based on Raymond Hettinger's sage advice [4]_:
+Rejected based on Raymond Hettinger's sage advice [4]_:
 
     After looking at the source, I think this has almost zero chance
     for replacing list().  There is too much value in a simple C API,
     low space overhead for small lists, good performance is common use
     cases, and having performance that is easily understood.  The
-    BList implementation lacks these virtues and trades-off a little
-    performance is common cases for much better performance in
+    BList implementation lacks these virtues and it trades-off a little
+    performance in common cases in for much better performance in
     uncommon cases.  As a Py3.0 PEP, I think it can be rejected.
 
     Depending on its success as a third-party module, it still has a


More information about the Python-checkins mailing list