[Patches] [ python-Patches-972332 ] urllib2 FTPHandler bugs

SourceForge.net noreply at sourceforge.net
Sun Jun 13 19:49:37 EDT 2004


Patches item #972332, was opened at 2004-06-14 00:49
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=972332&group_id=5470

Category: Library (Lib)
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: John J Lee (jjlee)
Assigned to: Nobody/Anonymous (nobody)
Summary: urllib2 FTPHandler bugs

Initial Comment:
This uncomments a couple of failing tests in
test_urllib2.py, and fixes the corresponding bugs:

1. The first bug was half-fixed since I wrote the test.
 Ports in FTP URLs are now correctly handled.  However,
the type of the port argument passed to
ftplib.FTP.connect() is incorrect (is a string, should
be an integer).

2. The ftp://example.com/foo.txt;type=a syntax is
implemented but broken.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=972332&group_id=5470



More information about the Patches mailing list