Author: Armin Rigo <[email protected]>
Branch: extradoc
Changeset: r5055:f310c0f719bf
Date: 2013-09-13 18:02 +0200
http://bitbucket.org/pypy/extradoc/changeset/f310c0f719bf/

Log:    Integrate cfbolz's remark

diff --git a/talk/pyconza2013/abstract.rst b/talk/pyconza2013/abstract.rst
--- a/talk/pyconza2013/abstract.rst
+++ b/talk/pyconza2013/abstract.rst
@@ -15,7 +15,8 @@
 programmer.  I will explain how the core of async
 libraries (Twisted, Tornado, gevent, ...) can be modified to use multiples 
threads,
 without exposing any concurrency issues to the user of the library ---
-existing Twisted/etc. programs still run mostly without change.
+existing Twisted/etc. programs still run correctly without change.
+(They may need a few small changes to enable parallelism.)
 
 I will also give an overview of how things work under the cover: the
 10000-feet view is to internally create copies of objects and write
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to