commit | c04dac08c4c3c9111aa0f731315057e6d5f6f21a | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Wed Jan 30 11:27:57 2008 +0000 |
committer | Christian Heimes <christian@cheimes.de> | Wed Jan 30 11:27:57 2008 +0000 |
tree | a9335f7de5061aa53fcfaf437c283f186631ad15 | |
parent | 7b876158dc8a69e030d09e6cf78a1e8b6662f0c3 [diff] |
Fixed issue #1973: bytes.fromhex('') raises SystemError
diff --git a/Misc/NEWS b/Misc/NEWS index a2dbee4..7956e9c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and Builtins ----------------- +- Issue #1973: bytes.fromhex('') raises SystemError + - Issue #1969: split and rsplit in bytearray are inconsistent - map() and itertools.imap() no longer accept None for the first argument.