Kaydet (Commit) c04dac08 authored tarafından Christian Heimes's avatar Christian Heimes

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

üst 7b876158
......@@ -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