]> granicus.if.org Git - python/commit
("Forward-port" of r46506)
authorArmin Rigo <arigo@tunes.org>
Sun, 28 May 2006 19:13:17 +0000 (19:13 +0000)
committerArmin Rigo <arigo@tunes.org>
Sun, 28 May 2006 19:13:17 +0000 (19:13 +0000)
commita3f092751ae5f29957c78a7e86381532629c7fa3
tree27eecd5671e5bbe3654c5630a62d1deb7300e80b
parente9eeab5c0539ede73b52f9df9bd4da8346c91741
("Forward-port" of r46506)

Remove various dependencies on dictionary order in the standard library
tests, and one (clearly an oversight, potentially critical) in the
standard library itself - base64.py.

Remaining open issues:
 * test_extcall is an output test, messy to make robust
 * tarfile.py has a potential bug here, but I'm not familiar
   enough with this code.  Filed in as SF bug #1496501.
 * urllib2.HTTPPasswordMgr() returns a random result if there is more
   than one matching root path.  I'm asking python-dev for
   clarification...
Lib/base64.py
Lib/doctest.py
Lib/optparse.py
Lib/test/test_csv.py
Lib/test/test_itertools.py
Lib/test/test_optparse.py
Lib/test/test_urllib2.py
Lib/test/test_weakref.py