]> granicus.if.org Git - python/commitdiff
don't need to worry about file endianness
authorSkip Montanaro <skip@pobox.com>
Tue, 6 May 2003 20:37:56 +0000 (20:37 +0000)
committerSkip Montanaro <skip@pobox.com>
Tue, 6 May 2003 20:37:56 +0000 (20:37 +0000)
Lib/test/test_bsddb185.py

index 48a07641a759f30f0f3fdc77cc7d966636e5a760..c7eac3f2cc61797fa8251a4196051a7e5f9061fb 100644 (file)
@@ -10,7 +10,6 @@ import tempfile
 class Bsddb185Tests(unittest.TestCase):
     def test_open_existing_hash(self):
         "verify we can open a file known to be a hash v2 file"
-        # do we need to worry about big vs little endian?
         db = bsddb185.hashopen(findfile("185test.db"))
         self.assertEqual(db["1"], "1")
         db.close()