[Python-checkins] r63552 - peps/trunk/pep-0361.txt

georg.brandl python-checkins at python.org
Fri May 23 11:52:23 CEST 2008


Author: georg.brandl
Date: Fri May 23 11:52:23 2008
New Revision: 63552

Log:
Add pyprocessing proposal to PEP 361.


Modified:
   peps/trunk/pep-0361.txt

Modified: peps/trunk/pep-0361.txt
==============================================================================
--- peps/trunk/pep-0361.txt	(original)
+++ peps/trunk/pep-0361.txt	Fri May 23 11:52:23 2008
@@ -152,6 +152,10 @@
 
 	- ast
           http://mail.python.org/pipermail/python-dev/2008-April/078950.html
+	
+	- pyprocessing
+	  http://mail.python.org/pipermail/python-dev/2008-May/079417.html
+	  http://mail.python.org/pipermail/python-dev/2008-May/079677.html
 
     Modules to gain a DeprecationWarning (as specified for Python 2.6
     or through negligence):


More information about the Python-checkins mailing list