[issue29606] urllib FTP protocol stream injection

Martin Panter report at bugs.python.org
Sat Apr 29 05:04:27 EDT 2017


Martin Panter added the comment:

I think changing FTPHandler may be more appropriate than urlsplit. But I thought your other pull request <https://github.com/python/cpython/pull/1214> in “ftplib” might be enough. Or are you trying to make it more user-friendly?

Also, FTPHandler is not used by URLopener and the Python 2 “urllib” module as far as I know, so on its own just fixing FTPHandler wouldn’t be enough.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29606>
_______________________________________


More information about the Python-bugs-list mailing list