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 lys.nikolaou
Recipients barry, lys.nikolaou, r.david.murray
Date 2018-11-14.22:06:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542233187.5.0.788709270274.issue35251@psf.upfronthosting.co.za>
In-reply-to
Content
On https://docs.python.org/3/library/urllib.request.html?highlight=request#ftphandler-objects there is the sentence "The login is always done with empty username and password.", but in the (not so rare) case I am not missing something here, the code does parse the username and password and passes it on to connect_ftp, which then uses them. Should we update the docs?
History
Date User Action Args
2018-11-14 22:06:27lys.nikolaousetrecipients: + lys.nikolaou, barry, r.david.murray
2018-11-14 22:06:27lys.nikolaousetmessageid: <1542233187.5.0.788709270274.issue35251@psf.upfronthosting.co.za>
2018-11-14 22:06:27lys.nikolaoulinkissue35251 messages
2018-11-14 22:06:27lys.nikolaoucreate