Bug 44584

Summary: unicode(Exception(\u"0x1234")) is busted in python 2.5, disable tests which hit this
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: New BugsAssignee: Eric Seidel (no email) <eric>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch abarth: review+

Description Eric Seidel (no email) 2010-08-24 22:51:38 PDT
unicode(Exception(\u"0x1234")) is busted in python 2.5, disable tests which hit this
Comment 1 Eric Seidel (no email) 2010-08-24 22:52:11 PDT
Created attachment 65372 [details]
Patch
Comment 2 Adam Barth 2010-08-24 22:52:56 PDT
Comment on attachment 65372 [details]
Patch

lamez
Comment 3 Eric Seidel (no email) 2010-08-24 22:53:50 PDT
Committed r65984: <http://trac.webkit.org/changeset/65984>