]> granicus.if.org Git - python/commit
Fix test_deque.py: Read and write file in text mode,
authorWalter Dörwald <walter@livinglogic.de>
Thu, 7 Jun 2007 12:40:09 +0000 (12:40 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Thu, 7 Jun 2007 12:40:09 +0000 (12:40 +0000)
commita92b446e7e1a9d7e1a564e1ba716331ec03d4470
tree9806e40f7fa425a1c7c404fd943b985d6a285bfc
parent092a225a4de9b168e541e3c57b1bee075f6382a8
Fix test_deque.py: Read and write file in text mode,
so that read() returns a unicode object, which can be
compared directly to the repr() result.
Lib/test/test_deque.py