add request: support passive FTP via urllib

organization: put requests into proper categories
This commit is contained in:
Jeremy Hylton 2000-09-15 19:27:09 +00:00
parent 1b8c2a80c4
commit fcebbf42b9
1 changed files with 13 additions and 9 deletions

View File

@ -14,15 +14,7 @@ Introduction
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
Core Language / Builtins
- A builtin function that returns the number of bytes an object
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
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:
mode: indented-text