Added PEP 222, Web Library Enhancements, assigned to akuchlin.
This commit is contained in:
parent
bbdae4e301
commit
67465ada98
|
@ -46,7 +46,7 @@ Index
|
||||||
T 219 pep-0219.txt Stackless Python gmcm
|
T 219 pep-0219.txt Stackless Python gmcm
|
||||||
I 220 pep-0220.txt Coroutines, Generators, Continuations gmcm
|
I 220 pep-0220.txt Coroutines, Generators, Continuations gmcm
|
||||||
S 221 pep-0221.txt Import As twouters
|
S 221 pep-0221.txt Import As twouters
|
||||||
|
S 222 pep-0222.txt Web Library Enhancements akuchlin
|
||||||
|
|
||||||
Key
|
Key
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,23 @@
|
||||||
|
PEP: 222
|
||||||
|
Title: Web Library Enhancements
|
||||||
|
Version: $Revision$
|
||||||
|
Author: akuchlin@mems-exchange.org
|
||||||
|
Status: Active
|
||||||
|
Type: Standards Track
|
||||||
|
Created: 18-Aug-2000
|
||||||
|
Post-History:
|
||||||
|
|
||||||
|
|
||||||
|
Abstract
|
||||||
|
|
||||||
|
This PEP proposes a set of enhancements to the CGI development
|
||||||
|
facilities in the Python standard library. Enhancements might be
|
||||||
|
new features, new modules for tasks such as cookie support, or
|
||||||
|
removal of obsolete code.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Local Variables:
|
||||||
|
mode: indented-text
|
||||||
|
indent-tabs-mode: nil
|
||||||
|
End:
|
Loading…
Reference in New Issue