Added PEP 222, Web Library Enhancements, assigned to akuchlin.

This commit is contained in:
Barry Warsaw 2000-08-18 15:21:45 +00:00
parent bbdae4e301
commit 67465ada98
2 changed files with 24 additions and 1 deletions

View File

@ -46,7 +46,7 @@ Index
T 219 pep-0219.txt Stackless Python gmcm
I 220 pep-0220.txt Coroutines, Generators, Continuations gmcm
S 221 pep-0221.txt Import As twouters
S 222 pep-0222.txt Web Library Enhancements akuchlin
Key

23
pep-0222.txt Normal file
View File

@ -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: