[issue6286] distutils upload command doesn't work with http proxy

Tarek Ziadé report at bugs.python.org
Mon Jun 15 11:54:22 CEST 2009


New submission from Tarek Ziadé <ziade.tarek at gmail.com>:

upload is base on httplib and doesn't use the http_proxy envrionment
variable. So it's impossible to upload a file behind a firewall.

Let's change the command so it uses a proxy if set

----------
assignee: tarek
components: Distutils
messages: 89398
nosy: tarek
severity: normal
status: open
title: distutils upload command doesn't work with http proxy
versions: Python 2.7, Python 3.2

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


More information about the Python-bugs-list mailing list