id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc
52	importing gtk breaks unicode loading	anonymous	xi	"The following summarizes it pretty well, I guess:

{{{
>>> import yaml
>>> u = u""\N{skull and crossbones}""
>>> yaml.load(yaml.dump(u))
u'\u2620'
>>> import gtk
>>> yaml.load(yaml.dump(u))
'\xe2\x98\xa0'
}}}"	defect	closed	normal	pyyaml	normal	fixed		
