]> 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:57:01 +0000 (19:57 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 7 Jun 2005 19:57:01 +0000 (19:57 +0000)
commit997b36271e50196cc59aee18a46cc8ccfb0f866a
treec26a50b93674d385172aa073c6c2e83a22016200
parent3c8f5ebc0cafe385552d9d89685b4c8d554898de
[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