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: