commit | 2b5d6ebfe5b6477cb5d5b6cd043c6350910b5656 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Mon Nov 24 21:09:58 2008 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Mon Nov 24 21:09:58 2008 +0000 |
tree | 8d5f19e8ea61b080eeafba1bd056ecf7684cff9e | |
parent | 02c3b5cc308a6425ad0cfd23b7d53bc351bc1a4b [diff] |
dbm.dumb was opening files without specifying the encoding. Caused problem on at least OS X where the default is macroman. Closes issue #4382.