PEP 42, Small Feature Requests, owned by jeremy@beopen.com

This commit is contained in:
Barry Warsaw 2000-09-15 18:35:35 +00:00
parent 9c4295d54e
commit 94b4b0d7ef
1 changed files with 32 additions and 0 deletions

32
pep-0042.txt Normal file
View File

@ -0,0 +1,32 @@
PEP: 42
Title: Small Feature Requests
Version: $Revision$
Author: Jeremy Hylton <jeremy@beopen.com>
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: