diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2005-12-18 05:29:30 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2005-12-18 05:29:30 (GMT) |
commit | db83eb3170ebdf55bd1c1add94838a9aefa8c00b (patch) | |
tree | 7920aeced87b5649ef95344d093c2d6fb6cf5b68 /Misc/NEWS | |
parent | e7214a130b3fb1c4850a1e644b9e240087f6e982 (diff) | |
download | cpython-db83eb3170ebdf55bd1c1add94838a9aefa8c00b.zip cpython-db83eb3170ebdf55bd1c1add94838a9aefa8c00b.tar.gz cpython-db83eb3170ebdf55bd1c1add94838a9aefa8c00b.tar.bz2 |
Fix Bug #1378022, UTF-8 files with a leading BOM crashed the interpreter.
Needs backport.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -12,6 +12,8 @@ What's New in Python 2.5 alpha 1? 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. |