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 stefano-m
Recipients r.david.murray, stefano-m
Date 2015-07-09.19:12:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1436469141.29.0.955822279538.issue24599@psf.upfronthosting.co.za>
In-reply-to
Content
I have run the minimal example provided on both Python2 and Python3 with the same results. Sorry if that was not clear.

I did look at issue 1424152 but it seemed to me that I was experiencing a different problem.

When I try and open the page, I get a squid error page with a somewhat vague error saying that "the method is not supported" (even though it's a simple GET and I can get the same page with other tools like wget or a web browser). Unfortunately, I don't have access to the proxied environment right now, and I will need to ask for the squid logs anyway since I can't access them.

I have to say that I have experienced this problem while using buildout as zc.buildout.download uses urllib.urlretrieve. Surprisingly, it succeeds on Python3, but it fails with Python2 which is our supported version (so there's currently no way that I can use Python3 at work).
History
Date User Action Args
2015-07-09 19:12:21stefano-msetrecipients: + stefano-m, r.david.murray
2015-07-09 19:12:21stefano-msetmessageid: <1436469141.29.0.955822279538.issue24599@psf.upfronthosting.co.za>
2015-07-09 19:12:21stefano-mlinkissue24599 messages
2015-07-09 19:12:21stefano-mcreate