]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[Bug #1172763] dumbdbm uses eval() on lines, so it chokes if there's an extra \r...
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 7 Jun 2005 19:36:10 +0000 (19:36 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 7 Jun 2005 19:36:10 +0000 (19:36 +0000)
commitecdad8575ea0825f6cf6057906afd0fc94a375fc
tree86b21a4f8fe484b1f7730fb868464de9a4fecdb0
parenteb2608415ee4eb8aaea746f6a313937e264d0cda
[Bug #1172763] dumbdbm uses eval() on lines, so it chokes if there's an extra \r on the end of a line; fixed by stripping off trailing whitespace.
Lib/dumbdbm.py
Lib/test/test_dumbdbm.py