commit | bc9d4749f2f2af4c81c6c088a32ca5672d58a571 | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Fri Dec 05 01:40:43 2008 +0000 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Fri Dec 05 01:40:43 2008 +0000 |
tree | 33d7a8dfcc99980f48642801b5c151c47166de16 | |
parent | bc2ce57203e1f355004ec95953eae9dec780ef9a [diff] [blame] |
#4542: On Windows, binascii.crc32 still accepted str as binary input. This fixes test_binascii. Will backport to 3.0
diff --git a/Misc/NEWS b/Misc/NEWS index 15e3401..87af173 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -16,6 +16,9 @@ Library ------- +- Issue #4542: On Windows, binascii.crc32 still accepted str as binary input; + the corresponding tests now pass. + - Issue #4537: webbrowser.UnixBrowser would fail to open the browser because it was calling the wrong open() function.