[issue23384] urllib.proxy_bypass_registry slow down under Windows if website has no reverse DNS and Fiddler is runing

2017-02-18 Thread Julia Dolgova
Changes by Julia Dolgova : -- nosy: +juliadolgova ___ Python tracker ___ ___ Python-bugs-list

[issue23384] urllib.proxy_bypass_registry slow down under Windows if website has no reverse DNS and Fiddler is runing

2015-03-08 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- components: +Library (Lib) nosy: +orsenthil ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23384 ___

[issue23384] urllib.proxy_bypass_registry slow down under Windows if website has no reverse DNS and Fiddler is runing

2015-02-03 Thread Valeriy Osipov
New submission from Valeriy Osipov: Environment: OS Windows 8, Fiddler is running To reproduce the issue launch this code snippet: import requests import datetime import urllib print datetime.datetime.now() #print requests.get('http://torgi.gov.ru/lotSearchArchive.html?bidKindId=2') #print