Bug 44584 - unicode(Exception(\u"0x1234")) is busted in python 2.5, disable tests which hit this
Summary: unicode(Exception(\u"0x1234")) is busted in python 2.5, disable tests which h...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Eric Seidel (no email)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-24 22:51 PDT by Eric Seidel (no email)
Modified: 2010-08-24 22:53 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.60 KB, patch)
2010-08-24 22:52 PDT, Eric Seidel (no email)
abarth: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>