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 ned.deily
Recipients jrhite, ned.deily, ronaldoussoren
Date 2015-05-24.03:01:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432436495.28.0.249189113919.issue24273@psf.upfronthosting.co.za>
In-reply-to
Content
One workaround should be to disable network proxy lookups by defining the environment variable 'no_proxy' with value '*' in the Python process, for example:

env no_proxy='*' python3.4 ...
History
Date User Action Args
2015-05-24 03:01:35ned.deilysetrecipients: + ned.deily, ronaldoussoren, jrhite
2015-05-24 03:01:35ned.deilysetmessageid: <1432436495.28.0.249189113919.issue24273@psf.upfronthosting.co.za>
2015-05-24 03:01:35ned.deilylinkissue24273 messages
2015-05-24 03:01:34ned.deilycreate