commit | db83eb3170ebdf55bd1c1add94838a9aefa8c00b | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Sun Dec 18 05:29:30 2005 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Sun Dec 18 05:29:30 2005 +0000 |
tree | 7920aeced87b5649ef95344d093c2d6fb6cf5b68 | |
parent | e7214a130b3fb1c4850a1e644b9e240087f6e982 [diff] [blame] |
Fix Bug #1378022, UTF-8 files with a leading BOM crashed the interpreter. Needs backport.
diff --git a/Misc/NEWS b/Misc/NEWS index 1db35f4..7b27e49 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and builtins ----------------- +- Bug #1378022, UTF-8 files with a leading BOM crashed the interpreter. + - Support for converting hex strings to floats no longer works. This was not portable. float('0x3') now raises a ValueError.