[issue4161] test_urllib fails with ValueError

2008-10-21 Thread Zsolt Cserna

New submission from Zsolt Cserna [EMAIL PROTECTED]:

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 [EMAIL PROTECTED]
http://bugs.python.org/issue4161
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue4161] test_urllib fails with ValueError

2008-10-21 Thread Benjamin Peterson

Benjamin Peterson [EMAIL PROTECTED] added the comment:

Thanks for the report! Fixed in r66992.

--
nosy: +benjamin.peterson
resolution:  - fixed
status: open - closed

___
Python tracker [EMAIL PROTECTED]
http://bugs.python.org/issue4161
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com