add request: support passive FTP via urllib
organization: put requests into proper categories
This commit is contained in:
parent
1b8c2a80c4
commit
fcebbf42b9
22
pep-0042.txt
22
pep-0042.txt
|
@ -14,15 +14,7 @@ Introduction
|
||||||
pep-0000.txt for details.
|
pep-0000.txt for details.
|
||||||
|
|
||||||
|
|
||||||
Core Language
|
Core Language / Builtins
|
||||||
|
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
- A builtin function that returns the number of bytes an object
|
- A builtin function that returns the number of bytes an object
|
||||||
uses internally. Apparently mxTools has a sizeof function that
|
uses internally. Apparently mxTools has a sizeof function that
|
||||||
|
@ -40,6 +32,18 @@ Standard Library
|
||||||
Borland C++ builder application to interact with a python.dll
|
Borland C++ builder application to interact with a python.dll
|
||||||
build with MSVC.
|
build with MSVC.
|
||||||
|
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
|
- Support passive FTP via urllib
|
||||||
|
|
||||||
|
http://sourceforge.net/bugs/?func=detailbug&bug_id=110848&group_id=5470
|
||||||
|
|
||||||
|
|
||||||
Local Variables:
|
Local Variables:
|
||||||
mode: indented-text
|
mode: indented-text
|
||||||
|
|
Loading…
Reference in New Issue