New submission from Lysandros Nikolaou <lisandros...@gmail.com>:

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?

----------
components: email
messages: 329936
nosy: barry, lys.nikolaou, r.david.murray
priority: normal
severity: normal
status: open
title: FTPHandler.ftp_open documentation error
versions: Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35251>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to