Commit b6b762fb authored by Christian Heimes's avatar Christian Heimes

Fixed issue #1973: bytes.fromhex('') raises SystemError

parent 5656dfa6
......@@ -12,6 +12,8 @@ What's New in Python 3.0a3?
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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment