From 94b4b0d7ef55307f316325f51e3247c9ad5d6c78 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Fri, 15 Sep 2000 18:35:35 +0000 Subject: [PATCH] PEP 42, Small Feature Requests, owned by jeremy@beopen.com --- pep-0042.txt | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 pep-0042.txt diff --git a/pep-0042.txt b/pep-0042.txt new file mode 100644 index 000000000..bc60fb94c --- /dev/null +++ b/pep-0042.txt @@ -0,0 +1,32 @@ +PEP: 42 +Title: Small Feature Requests +Version: $Revision$ +Author: Jeremy Hylton +Status: Active +Type: Informational +Created: 12-Sep-2000 + +Introduction + + This PEP contains a list of small feature requests that may be + considered for future versions of Python. Large feature requests + are not included here, but are described in separate PEPs. See + pep-0000.txt for details. + + +Core Language + + +Standard Library + + - The urllib module should support proxies which require + authenication. See SourceForge bug #110619 for information: + + http://sourceforge.net/bugs/?func=detailbug&bug_id=110619&group_id=5470 + + + +Local Variables: +mode: indented-text +indent-tabs-mode: nil +End: