[issue30462] urllib does not support NO_PROXY environment variable containing domain with asterisk

2017-06-28 Thread Jiri Hnidek
Jiri Hnidek added the comment: Hi, good point about *foo.com. It seems this is not valid DNS RR according following RFC: https://tools.ietf.org/html/rfc4592 Especially this section is more focused on allowed combinations of asterisks and other characters: https://tools.ietf.org/html/rfc4592

[issue30462] urllib does not support NO_PROXY environment variable containing domain with asterisk

2017-06-05 Thread Jiri Hnidek
Jiri Hnidek added the comment: Hi Xiang, * I added entry to Misc/NEWS * I added my name to Misc/ACKS (without diacritics) * I added/updated several unit tests * I updated PR (two commits squashed into one commit) Cheers, Jiri -- ___ Python tracker

[issue30462] urllib does not support NO_PROXY environment variable containing domain with asterisk

2017-05-24 Thread Jiri Hnidek
New submission from Jiri Hnidek: Module urllib contains method proxy_bypass_environment(domain_name). This method check if domain_name should be excluded from proxying. The domain_name is checked against environment variable no_proxy or NO_PROXY. This variable contains comma separated list