Author: Jeremy Thurgood <[email protected]>
Branch: 
Changeset: r68780:200729d3aed6
Date: 2014-01-20 14:02 +0200
http://bitbucket.org/pypy/pypy/changeset/200729d3aed6/

Log:    update whatsnew for remove-del-from-generatoriterator branch

diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-head.rst
@@ -44,3 +44,7 @@
 
 .. branch: refactor-str-types
 Remove multimethods on str/unicode/bytearray and make the implementations 
share code.
+
+.. branch: remove-del-from-generatoriterator
+Speed up generators that don't yield inside try or wait blocks by skipping
+unnecessary cleanup.
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to