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 michael.foord
Recipients michael.foord
Date 2010-05-01.10:56:46
SpamBayes Score 3.931882e-06
Marked as misclassified No
Message-id <1272711409.24.0.121208244389.issue8588@psf.upfronthosting.co.za>
In-reply-to
Content
Failures on py3k, Mac OS X 10.6.3.


======================================================================
ERROR: test_proxy_https (__main__.HandlerTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "Lib/test/test_urllib2.py", line 1010, in test_proxy_https
    r = o.open(req)
  File "/compile/python-trunk3/Lib/urllib/request.py", line 349, in open
    response = self._open(req, data)
  File "/compile/python-trunk3/Lib/urllib/request.py", line 367, in _open
    '_open', req)
  File "/compile/python-trunk3/Lib/urllib/request.py", line 327, in _call_chain
    result = func(*args)
  File "/compile/python-trunk3/Lib/urllib/request.py", line 655, in <lambda>
    meth(r, proxy, type))
  File "/compile/python-trunk3/Lib/urllib/request.py", line 663, in proxy_open
    if req.host and proxy_bypass(req.host):
  File "/compile/python-trunk3/Lib/urllib/request.py", line 2214, in proxy_bypass
    return proxy_bypass_macosx_sysconf(host)
  File "/compile/python-trunk3/Lib/urllib/request.py", line 2183, in proxy_bypass_macosx_sysconf
    hostIP = ip2num(hostIP)
  File "/compile/python-trunk3/Lib/urllib/request.py", line 2161, in ip2num
    if len(parts) != 4:
TypeError: object of type 'map' has no len()

======================================================================
ERROR: test_proxy_https_proxy_authorization (__main__.HandlerTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "Lib/test/test_urllib2.py", line 1026, in test_proxy_https_proxy_authorization
    r = o.open(req)
  File "/compile/python-trunk3/Lib/urllib/request.py", line 349, in open
    response = self._open(req, data)
  File "/compile/python-trunk3/Lib/urllib/request.py", line 367, in _open
    '_open', req)
  File "/compile/python-trunk3/Lib/urllib/request.py", line 327, in _call_chain
    result = func(*args)
  File "/compile/python-trunk3/Lib/urllib/request.py", line 655, in <lambda>
    meth(r, proxy, type))
  File "/compile/python-trunk3/Lib/urllib/request.py", line 663, in proxy_open
    if req.host and proxy_bypass(req.host):
  File "/compile/python-trunk3/Lib/urllib/request.py", line 2214, in proxy_bypass
    return proxy_bypass_macosx_sysconf(host)
  File "/compile/python-trunk3/Lib/urllib/request.py", line 2183, in proxy_bypass_macosx_sysconf
    hostIP = ip2num(hostIP)
  File "/compile/python-trunk3/Lib/urllib/request.py", line 2161, in ip2num
    if len(parts) != 4:
TypeError: object of type 'map' has no len()
History
Date User Action Args
2010-05-01 10:56:49michael.foordsetrecipients: + michael.foord
2010-05-01 10:56:49michael.foordsetmessageid: <1272711409.24.0.121208244389.issue8588@psf.upfronthosting.co.za>
2010-05-01 10:56:47michael.foordlinkissue8588 messages
2010-05-01 10:56:46michael.foordcreate