commit | 15b16a3ec4d515a7ea506fafd4a830fda3c84616 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Tue Dec 02 06:00:15 2008 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Tue Dec 02 06:00:15 2008 +0000 |
tree | 82f0d5d902556899c6375d9e70b303131ccb5d48 | |
parent | eae122be62af41d2b6557c0056cc167a3052a034 [diff] [blame] |
Issue #4387: binascii now refuses to accept str as binary input.
diff --git a/Misc/NEWS b/Misc/NEWS index 723c71f..a8565c9 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -24,6 +24,8 @@ Library ------- +- Issue #4387: binascii now refuses to accept str as binary input. + - Issue #4073: Add 2to3 support to build_scripts, refactor that support in build_py.