]> granicus.if.org Git - python/commit
Used sets.Set() to compare unordered sequences.
authorRaymond Hettinger <python@rcn.com>
Fri, 2 May 2003 09:06:28 +0000 (09:06 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 2 May 2003 09:06:28 +0000 (09:06 +0000)
commit91bbd9a7b9735cba07b06400a7c467aab6facfde
tree14bbad407135d461d54f8e1c066a93c6b9ef363d
parent40006e9f7a38bbbcf564c541cb0f2022b952e409
Used sets.Set() to compare unordered sequences.
Improves clarity and brevity.
Lib/test/test___all__.py
Lib/test/test_builtin.py
Lib/test/test_glob.py
Lib/test/test_pyclbr.py
Lib/test/test_userdict.py
Lib/test/test_weakref.py