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.
_______________________________________________
Python-3000-checkins mailing list
Python-3000-checkins@python.org
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to