]> granicus.if.org Git - python/commit
Cast f.tell() result to int() in _addval(), so it works even on
authorGuido van Rossum <guido@python.org>
Tue, 27 Apr 1999 12:21:17 +0000 (12:21 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 27 Apr 1999 12:21:17 +0000 (12:21 +0000)
commit3f36a085feeba6217f791d683021816fa513c01f
tree94017a3cb4f4cf0844d2b0bd7252f4a749e1a4eb
parent74109a149eecb7bd31206afb9747ca6b3ebb5906
Cast f.tell() result to int() in _addval(), so it works even on
platforms where tell() returns a long.  (Perhaps tell() should be
fixed too?)  Reported by Greg Humphreys.
Lib/dumbdbm.py