[Python-checkins] peps: Added PEP 222, Web Library Enhancements, assigned to akuchlin.

georg.brandl python-checkins at python.org
Wed Mar 23 21:25:27 CET 2011


http://hg.python.org/peps/rev/d0e223c0ab4e
changeset:   114:d0e223c0ab4e
user:        Barry Warsaw <barry at python.org>
date:        Fri Aug 18 15:21:45 2000 +0000
summary:
  Added PEP 222, Web Library Enhancements, assigned to akuchlin.

files:
  pep-0000.txt |   2 +-
  pep-0222.txt |  23 +++++++++++++++++++++++
  2 files changed, 24 insertions(+), 1 deletions(-)


diff --git a/pep-0000.txt b/pep-0000.txt
--- a/pep-0000.txt
+++ b/pep-0000.txt
@@ -46,7 +46,7 @@
  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
 
diff --git a/pep-0222.txt b/pep-0222.txt
new file mode 100644
--- /dev/null
+++ b/pep-0222.txt
@@ -0,0 +1,23 @@
+PEP: 222
+Title: Web Library Enhancements
+Version: $Revision$
+Author: akuchlin at 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:

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list