New submission from Nataly Glazyrina: When I try to open file from ftp by path like 'ftp://domain\user:passw...@my.path'
line 'fullurl = quote(fullurl, safe="%/:=&?~#+!$,;'@()*[]|")' changes 'domain\user' to 'domain%5Cuser' and brokes username. As a result - error 530 on login to ftp. ---------- messages: 187711 nosy: Nataly.Glazyrina priority: normal severity: normal status: open title: urllib.URLopener.open breaks ActiveDirectory user _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue17831> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com