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 flox
Recipients barry, flox, georg.brandl, orsenthil, srid
Date 2010-01-08.17:48:54
SpamBayes Score 5.8495488e-08
Marked as misclassified No
Message-id <1262972935.94.0.477674239554.issue7026@psf.upfronthosting.co.za>
In-reply-to
Content
The method does not work as expected.


See msg97419:
----------------------------------------------------------------------
Author: Sridhar Ratnakumar (srid)  	Date: 2010-01-08 18:26

I get this error while running Python 2.6.4 tests (on 64-bit Linux box)

test_urllib
test test_urllib failed -- Traceback (most recent call last):
  File "/home/apy/rrun/tmp/autotest/apy/lib/python2.6/test/test_urllib.py", line 104, in setUp
    for k, v in os.environ.iteritems():
RuntimeError: dictionary changed size during iteration
----------------------------------------------------------------------
History
Date User Action Args
2010-01-08 17:48:56floxsetrecipients: + flox, barry, georg.brandl, orsenthil, srid
2010-01-08 17:48:55floxsetmessageid: <1262972935.94.0.477674239554.issue7026@psf.upfronthosting.co.za>
2010-01-08 17:48:54floxlinkissue7026 messages
2010-01-08 17:48:54floxcreate