]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Apply rstrip() to the lines read from _dirfile in _update(), so that a
authorGuido van Rossum <guido@python.org>
Mon, 11 Dec 2000 20:33:52 +0000 (20:33 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 11 Dec 2000 20:33:52 +0000 (20:33 +0000)
commit5b7b764afb684d0442b11a1f53428868dc1e5ff4
treeadc97ea1591efbb07a0beba3255b0ae546ce664b
parent0aee7220db3354ef32b5d1ac92f2c5942bb8eaf8
Apply rstrip() to the lines read from _dirfile in _update(), so that a
dumbdbm archive created on Windows can be read on Unix.
Lib/dumbdbm.py