[Python-checkins] r46811 - peps/trunk/pep-0291.txt peps/trunk/pep-0360.txt

brett.cannon python-checkins at python.org
Sat Jun 10 03:41:25 CEST 2006


Author: brett.cannon
Date: Sat Jun 10 03:41:25 2006
New Revision: 46811

Modified:
   peps/trunk/pep-0291.txt
   peps/trunk/pep-0360.txt
Log:
Add wsgiref information.


Modified: peps/trunk/pep-0291.txt
==============================================================================
--- peps/trunk/pep-0291.txt	(original)
+++ peps/trunk/pep-0291.txt	Sat Jun 10 03:41:25 2006
@@ -98,6 +98,7 @@
     pybench            Marc-Andre Lemburg          1.5.2         [3]
     sre                Fredrik Lundh               2.1
     subprocess         Peter Astrand               2.2
+    wsgiref            Phillip J. Eby              2.1
     xml (PyXML)        Martin v. Loewis            2.0
     xmlrpclib          Fredrik Lundh               2.1
 

Modified: peps/trunk/pep-0360.txt
==============================================================================
--- peps/trunk/pep-0360.txt	(original)
+++ peps/trunk/pep-0360.txt	Sat Jun 10 03:41:25 2006
@@ -124,6 +124,21 @@
 deemed critical.
 
 
+wsgiref
+-------
+:Web site:
+    None
+:Standard library name:
+    wsgiref
+:Contact Person:
+    Phillip J. Eby
+:Synchronisation history:
+    * 0.1 (2.5)
+
+Bugs and patches should pass through the Web-SIG mailing list [#web-sig]_
+before being applied to HEAD.
+
+
 References
 ==========
 
@@ -136,6 +151,9 @@
 .. [#pysqlite-tracker] pysqlite tracker
    (http://pysqlite.org/)
 
+.. [#web-sig] Web-SIG mailing list
+   (http://mail.python.org/mailman/listinfo/web-sig)
+
 
 Copyright
 =========


More information about the Python-checkins mailing list