[New-bugs-announce] [issue4161] test_urllib fails with ValueError

Zsolt Cserna report at bugs.python.org
Tue Oct 21 17:19:19 CEST 2008


New submission from Zsolt Cserna <zsolt.cserna at morganstanley.com>:

test_urllib regression test fails with ValueError on linux (kernel 2.4,
glibc 2.3):

test_urllib
test test_urllib failed -- Traceback (most recent call last):
  File "/tmp/x/Lib/test/test_urllib.py", line 112, in tearDown
    for k, v in self._saved_environ:
ValueError: too many values to unpack

I think the fix is trivial, but I've attached the patch.

If this bug has been already fixed, sorry for reporting it.

----------
files: test_urllib.patch
keywords: patch
messages: 75031
nosy: csernazs
severity: normal
status: open
title: test_urllib fails with ValueError
type: behavior
versions: Python 2.6
Added file: http://bugs.python.org/file11846/test_urllib.patch

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


More information about the New-bugs-announce mailing list