[Patches] [Patch #103243] another code.py fix - compiling can lead to UnicodeError
noreply@sourceforge.net
noreply@sourceforge.net
Mon, 15 Jan 2001 10:14:17 -0800
Patch #103243 has been updated.
Project: python
Category: library
Status: Closed
Submitted by: mwh
Assigned to : gvanrossum
Summary: another code.py fix - compiling can lead to UnicodeError
Follow-Ups:
Date: 2001-Jan-15 10:14
By: gvanrossum
Comment:
I'll do you one better -- ValueError can be raised too (try '\x').
Checked something in that catches both (UnicodeError is derived from
ValueError).
-------------------------------------------------------
Date: 2001-Jan-15 09:09
By: mwh
Comment:
<sigh> upload version that doesn't also have my last patch in it...
-------------------------------------------------------
-------------------------------------------------------
For more info, visit:
http://sourceforge.net/patch/?func=detailpatch&patch_id=103243&group_id=5470