[Python-3000-checkins] r60438 - python/branches/py3k/Misc/NEWS

christian.heimes python-3000-checkins at python.org
Wed Jan 30 12:27:58 CET 2008


Author: christian.heimes
Date: Wed Jan 30 12:27:57 2008
New Revision: 60438

Modified:
   python/branches/py3k/Misc/NEWS
Log:
Fixed issue #1973: bytes.fromhex('') raises SystemError

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Wed Jan 30 12:27:57 2008
@@ -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.


More information about the Python-3000-checkins mailing list