[Python-checkins] r85427 - peps/trunk/pep-3148.txt

brian.quinlan python-checkins at python.org
Wed Oct 13 23:23:16 CEST 2010


Author: brian.quinlan
Date: Wed Oct 13 23:23:15 2010
New Revision: 85427

Log:
Some minor grammar cleanup

Modified:
   peps/trunk/pep-3148.txt

Modified: peps/trunk/pep-3148.txt
==============================================================================
--- peps/trunk/pep-3148.txt	(original)
+++ peps/trunk/pep-3148.txt	Wed Oct 13 23:23:15 2010
@@ -49,11 +49,10 @@
 to the US stock market.
 
 Finally; we are carving out a new namespace for the standard library -
-obviously named "concurrent". In this namespace we hope to either add,
-or move existing, concurrency-related libraries to this in the future.
-A prime example is the multiprocessing.Pool work, as well as other
-"addons" included in that module, which work across thread, and
-process boundaries.
+obviously named "concurrent". We hope to either add, or move existing,
+concurrency-related libraries to this in the future.  A prime example
+is the multiprocessing.Pool work, as well as other "addons" included
+in that module, which work across thread and process boundaries.
 
 Interface
 ---------


More information about the Python-checkins mailing list