]> granicus.if.org Git - python/commit
Shouldn't test short tuples with all items equal -- one potential bug
authorGuido van Rossum <guido@python.org>
Tue, 28 Jan 2003 04:20:02 +0000 (04:20 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 28 Jan 2003 04:20:02 +0000 (04:20 +0000)
commit025bc2fe6c1d71505b95b6351795cba7724fd45f
tree685300f735fee528b077b1efd5fd1de523d40568
parent44f0ea5f73a6579172ccb661fff3cca47fa4005b
Shouldn't test short tuples with all items equal -- one potential bug
would be that the tuple is reversed on unpickling, and we should catch
that. :-)

Goodnight -- that's it for toniht!
Lib/test/pickletester.py