This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: urllib2 doesn't support non-anonymous ftp
Type: Stage:
Components: Library (Lib) Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: loewis, misa
Priority: normal Keywords: patch

Created on 2003-03-29 16:25 by misa, last changed 2022-04-10 16:07 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python-2.2.2-urllib2-nonanonftp.patch misa, 2003-03-31 04:01 _the_ patch
Messages (6)
msg43223 - (view) Author: Mihai Ibanescu (misa) Date: 2003-03-29 16:25
urllib2 doesn't support non-anonymous ftp.  Added
support based on how urllib did it.

More details about this bug in Red Hat's bugzilla:

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=78168
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=80676
msg43224 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2003-03-30 16:43
Logged In: YES 
user_id=21627

There's no uploaded file!  You have to check the
checkbox labeled "Check to Upload & Attach File"
when you upload a file. In addition, even if you
*did* check this checkbox, a bug in SourceForge
prevents attaching a file when *creating* an issue.

Please try again.

(This is a SourceForge annoyance that we can do
nothing about. :-( )
msg43225 - (view) Author: Mihai Ibanescu (misa) Date: 2003-03-31 04:01
Logged In: YES 
user_id=205865

Argh. I forgot to check the checkbox. Here we go.
msg43226 - (view) Author: Mihai Ibanescu (misa) Date: 2004-02-12 16:14
Logged In: YES 
user_id=205865

This patch still applies to Python 2.3.3.
msg43227 - (view) Author: Mihai Ibanescu (misa) Date: 2004-02-12 16:17
Logged In: YES 
user_id=205865

And applies to HEAD too.
msg43228 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2004-02-15 21:23
Logged In: YES 
user_id=21627

Thanks for the patch. Applied as

NEWS 1.831.4.91
urllib2.py 1.53.6.4
NEWS 1.936
urllib2.py 1.62
History
Date User Action Args
2022-04-10 16:07:57adminsetgithub: 38233
2003-03-29 16:25:48misacreate