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 csernazs
Recipients csernazs
Date 2008-10-21.15:19:18
SpamBayes Score 2.976537e-06
Marked as misclassified No
Message-id <1224602359.77.0.0539565176483.issue4161@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-10-21 15:19:19csernazssetrecipients: + csernazs
2008-10-21 15:19:19csernazssetmessageid: <1224602359.77.0.0539565176483.issue4161@psf.upfronthosting.co.za>
2008-10-21 15:19:19csernazslinkissue4161 messages
2008-10-21 15:19:18csernazscreate