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 Strecke
Recipients LDTech, Mi.Zou, Strecke, Uche Ogbuji, christian.heimes, ezio.melotti, martin.panter, orsenthil, terry.reedy, vajrasky
Date 2015-10-24.15:59:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1445702387.54.0.766793822783.issue17214@psf.upfronthosting.co.za>
In-reply-to
Content
The patch issue17214 did fix this issue in my 3.4.2 install on Ubuntu LTS.

It triggered however another bug:

  File "/usr/local/lib/python3.4/urllib/request.py", line 646, in http_error_302
    path = urlparts.path if urlpaths.path else "/"
NameError: name 'urlpaths' is not defined

This is obviously a typo. 

I'm not sure if that one has been reported yet (a short google search didn't find anything) and I don't know how to provoke it independently.
History
Date User Action Args
2015-10-24 15:59:47Streckesetrecipients: + Strecke, terry.reedy, orsenthil, christian.heimes, ezio.melotti, martin.panter, Mi.Zou, vajrasky, LDTech, Uche Ogbuji
2015-10-24 15:59:47Streckesetmessageid: <1445702387.54.0.766793822783.issue17214@psf.upfronthosting.co.za>
2015-10-24 15:59:47Streckelinkissue17214 messages
2015-10-24 15:59:47Streckecreate