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

Jeremy Hylton python-dev@python.org
Mon, 2 Oct 2000 16:04:05 -0700


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

Modified Files:
	pep-0042.txt 
Log Message:
Provide a clearer error message when urlopen fails because of an
invalid proxy setting.

Minor change to call of unknown_url; always pass data argument
explicitly since data defaults to None.

PEP 42: Add as a feature that urllib handle proxy setting that contain
only the host and port of the proxy.



Index: pep-0042.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0042.txt,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** pep-0042.txt	2000/09/25 22:07:45	1.23
--- pep-0042.txt	2000/10/02 23:04:02	1.24
***************
*** 138,147 ****
        be parsed correctly.
  
!       https://sourceforge.net/bugs/?func=detailbug&bug_id=110678&group_id=5470
  
      - cgi.py's FieldStorage class should be more conservative with
        memory in the face of large binary file uploads.
  
!       https://sourceforge.net/bugs/?func=detailbug&bug_id=110674&group_id=5470
  
        There are two issues here: first, because
--- 138,147 ----
        be parsed correctly.
  
!       http://sourceforge.net/bugs/?func=detailbug&bug_id=110678&group_id=5470
  
      - cgi.py's FieldStorage class should be more conservative with
        memory in the face of large binary file uploads.
  
!       http://sourceforge.net/bugs/?func=detailbug&bug_id=110674&group_id=5470
  
        There are two issues here: first, because
***************
*** 157,160 ****
--- 157,165 ----
        interface it /might/ be safe to remove it.  OTOH, removing it
        will break code clever and nosy code.
+ 
+     - urllib should support proxy definitions that contain just the
+       host and port 
+ 
+       http://sourceforge.net/bugs/?func=detailbug&bug_id=110849&group_id=5470
  
  Tools