]> granicus.if.org Git - python/commit
dbm.dumb was opening files without specifying the encoding. Caused problem on
authorBrett Cannon <bcannon@gmail.com>
Mon, 24 Nov 2008 21:09:58 +0000 (21:09 +0000)
committerBrett Cannon <bcannon@gmail.com>
Mon, 24 Nov 2008 21:09:58 +0000 (21:09 +0000)
commit2b5d6ebfe5b6477cb5d5b6cd043c6350910b5656
tree8d5f19e8ea61b080eeafba1bd056ecf7684cff9e
parent02c3b5cc308a6425ad0cfd23b7d53bc351bc1a4b
dbm.dumb was opening files without specifying the encoding. Caused problem on
at least OS X where the default is macroman.

Closes issue #4382.
Lib/dbm/dumb.py
Misc/NEWS