[issue35251] FTPHandler.ftp_open documentation error

2018-11-19 Thread Windson Yang


Change by Windson Yang :


--
assignee:  -> docs@python
components: +Documentation -Library (Lib)
nosy: +docs@python

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35251] FTPHandler.ftp_open documentation error

2018-11-19 Thread Lysandros Nikolaou


Lysandros Nikolaou  added the comment:

Yeah, I am not currently working on this, so feel free to make a PR anytime you 
want.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35251] FTPHandler.ftp_open documentation error

2018-11-18 Thread Luna Chen


Luna Chen  added the comment:

Hi there Lysandros, I'm happy to investigate into this and send a PR. I think 
we will need some test cases for this as well. Please let me know! :)

--
nosy: +BNMetrics

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35251] FTPHandler.ftp_open documentation error

2018-11-14 Thread R. David Murray


Change by R. David Murray :


--
components: +Library (Lib) -email
nosy:  -barry, r.david.murray

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35251] FTPHandler.ftp_open documentation error

2018-11-14 Thread Lysandros Nikolaou


New submission from Lysandros Nikolaou :

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com