PEP 42, Small Feature Requests, owned by jeremy@beopen.com
This commit is contained in:
parent
9c4295d54e
commit
94b4b0d7ef
|
@ -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:
|
Loading…
Reference in New Issue