]> granicus.if.org Git - python/commit
Fix doctest to not rely on order of dictionary entries.
authorRaymond Hettinger <python@rcn.com>
Sun, 2 Jan 2011 08:03:33 +0000 (08:03 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 2 Jan 2011 08:03:33 +0000 (08:03 +0000)
commit00d43fd05665e8584b20d19aff85ea9e3d4165e4
treefe7a75a2f5cfdce18faf0955ae631b7775aa39b5
parent345c49b16b093399ad504711d55bad700ad7a33b
Fix doctest to not rely on order of dictionary entries.
Use super() instead of direct references to the dict superclass.
Lib/collections.py