commit | 44309e6b3768d6d559491ddf6ca56bfad2adb9b5 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat Nov 22 00:41:45 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Sat Nov 22 00:41:45 2008 +0000 |
tree | 5d71526f8d1b06a39c67191bf55e85e68c205c95 | |
parent | 656aa28cd50d00171d46df30eaeecd45eb0ae32c [diff] [blame] |
make FileIO.mode always include 'b' #4386 Reviewed by Amaury
diff --git a/Misc/NEWS b/Misc/NEWS index 1e61e54..4e797b2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -48,6 +48,8 @@ Library ------- +- FileIO's mode attribute now always includes ``"b"``. + - Issue #3799: Fix dbm.dumb to accept strings as well as bytes for keys. String keys are now written out in UTF-8.