[Python-checkins] CVS: python/dist/src/Lib dumbdbm.py

Guido van Rossum guido@cnri.reston.va.us
Tue, 27 Apr 1999 08:21:18 -0400 (EDT)


Update of /projects/cvsroot/python/dist/src/Lib
In directory eric:/projects/python/develop/guido/src/Lib

Modified Files:
	dumbdbm.py 
Log Message:
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.