[issue35868] Support ALL_PROXY environment variable in urllib

2019-02-01 Thread Ronald Oussoren


Ronald Oussoren  added the comment:

The all_proxy setting is used by other software as well, see for example the 
manpage for curl and this feature request for requests 
.

Adding support for all_proxy to urllib sounds like a useful feature to me.

--
nosy: +ronaldoussoren

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35868] Support ALL_PROXY environment variable in urllib

2019-01-31 Thread SilentGhost


SilentGhost  added the comment:

This sounds like an extension of existing functionality and fairly minor at 
that, that's why we have "enhancement" type of issue, not everything needs to 
be a bug.

--
nosy: +SilentGhost

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35868] Support ALL_PROXY environment variable in urllib

2019-01-31 Thread Windson Yang


Windson Yang  added the comment:

This is not a bug, it would be better to submit your ideas to python-ideas 
mail-list

--
nosy: +Windson Yang

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35868] Support ALL_PROXY environment variable in urllib

2019-01-31 Thread SilentGhost


Change by SilentGhost :


--
nosy: +orsenthil
versions: +Python 3.8

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35868] Support ALL_PROXY environment variable in urllib

2019-01-31 Thread Oleh Khoma


Change by Oleh Khoma :


--
components: +Library (Lib) -Extension Modules

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue35868] Support ALL_PROXY environment variable in urllib

2019-01-31 Thread Oleh Khoma


New submission from Oleh Khoma :

Please, add support for ALL_PROXY environment variable to urllib. When this 
environment variable is found, add same proxy for HTTP, HTTPS and FTP.

--
components: Extension Modules
messages: 334627
nosy: Oleh Khoma
priority: normal
severity: normal
status: open
title: Support ALL_PROXY environment variable in urllib
type: enhancement

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com