Add wsgiref information.
This commit is contained in:
parent
f9069d386d
commit
7e4415edea
|
@ -98,6 +98,7 @@ Backward Compatible Packages, Modules, and Tools
|
||||||
pybench Marc-Andre Lemburg 1.5.2 [3]
|
pybench Marc-Andre Lemburg 1.5.2 [3]
|
||||||
sre Fredrik Lundh 2.1
|
sre Fredrik Lundh 2.1
|
||||||
subprocess Peter Astrand 2.2
|
subprocess Peter Astrand 2.2
|
||||||
|
wsgiref Phillip J. Eby 2.1
|
||||||
xml (PyXML) Martin v. Loewis 2.0
|
xml (PyXML) Martin v. Loewis 2.0
|
||||||
xmlrpclib Fredrik Lundh 2.1
|
xmlrpclib Fredrik Lundh 2.1
|
||||||
|
|
||||||
|
|
18
pep-0360.txt
18
pep-0360.txt
|
@ -124,6 +124,21 @@ tracker [#pysqlite-tracker]_ as well as any patches that are not
|
||||||
deemed critical.
|
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
|
References
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
@ -136,6 +151,9 @@ References
|
||||||
.. [#pysqlite-tracker] pysqlite tracker
|
.. [#pysqlite-tracker] pysqlite tracker
|
||||||
(http://pysqlite.org/)
|
(http://pysqlite.org/)
|
||||||
|
|
||||||
|
.. [#web-sig] Web-SIG mailing list
|
||||||
|
(http://mail.python.org/mailman/listinfo/web-sig)
|
||||||
|
|
||||||
|
|
||||||
Copyright
|
Copyright
|
||||||
=========
|
=========
|
||||||
|
|
Loading…
Reference in New Issue