[Python-checkins] CVS: python/nondist/peps pep-0042.txt,1.3,1.4

Jeremy Hylton python-dev@python.org
Fri, 15 Sep 2000 12:27:13 -0700


Update of /cvsroot/python/python/nondist/peps
In directory slayer.i.sourceforge.net:/tmp/cvs-serv21415

Modified Files:
	pep-0042.txt 
Log Message:
add request: support passive FTP via urllib
organization: put requests into proper categories


Index: pep-0042.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0042.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** pep-0042.txt	2000/09/15 19:22:22	1.3
--- pep-0042.txt	2000/09/15 19:27:09	1.4
***************
*** 15,28 ****
  
  
! 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
- 
      - A builtin function that returns the number of bytes an object
        uses internally.  Apparently mxTools has a sizeof function that
--- 15,20 ----
  
  
! Core Language / Builtins
  
      - A builtin function that returns the number of bytes an object
        uses internally.  Apparently mxTools has a sizeof function that
***************
*** 40,43 ****
--- 32,47 ----
        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