]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fixed issue #1973: bytes.fromhex('') raises SystemError
authorChristian Heimes <christian@cheimes.de>
Wed, 30 Jan 2008 11:27:57 +0000 (11:27 +0000)
committerChristian Heimes <christian@cheimes.de>
Wed, 30 Jan 2008 11:27:57 +0000 (11:27 +0000)
Misc/NEWS

index a2dbee4d57a4b626a9cc35c65b39d8c2943611f8..7956e9cd945c704a2d4267998f33934bf2c0821c 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.