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.

Author nobody
Recipients
Date 2001-05-16.08:34:20
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: NO 

"reason" is an ftp error exception instance, which
doesn't support slicing.  changing this to

    if str(reason)[:3] != "550"

should work.

is this bug still present in 2.1?  (only have 2.0 on
the box I'm typing this on)

</F>
History
Date User Action Args
2007-08-23 13:54:32adminlinkissue423721 messages
2007-08-23 13:54:32admincreate