[Webkit-unassigned] [Bug 128971] [GTK] webkit 2.3.5 build failure with python 3.3.4

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 27 15:08:52 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=128971





--- Comment #5 from Patrick Welche <prlw1 at cam.ac.uk>  2014-02-27 15:05:57 PST ---
Interesting! That bug seems to revolve around Python 2.7. I am surprised by:

That bug:
>>> type(sys.stdout)
<type 'file'>
>>> sys.stdout.encoding
'UTF-8'

My Python 3.3.4:
>>> type(sys.stdout)
<class '_io.TextIOWrapper'>
>>> sys.stdout.encoding
'646'

Presumably 646 is the ISO successor to ASCII which would explain the message...
It seems that Python 2.7 had a problem even when UTF-8 was set.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list