]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove various dependencies on dictionary order in the standard library
authorArmin Rigo <arigo@tunes.org>
Sun, 28 May 2006 18:15:43 +0000 (18:15 +0000)
committerArmin Rigo <arigo@tunes.org>
Sun, 28 May 2006 18:15:43 +0000 (18:15 +0000)
commit84dce40a5703579827dd8d0a80ff7fb1ab2633ce
treec93e05ab2475fee32dd04115866d6b0ed483bd89
parent056df14aa8eb2e2bbc79b703ed84b5d57594e95c
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.

test_extcall is an output test which still needs to be fixed somehow.

Forwardporting candidate...
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