id,summary,reporter,owner,description,type,status,priority,milestone,component,resolution,keywords,cc
529,Support Py_UNICODE and coercion from 1-character unicode literals,scoder,scoder,"{{{
cdef Py_UNICODE c = u'\u1234'

print(c == u'\u1234')
}}}
",enhancement,closed,major,0.13,Type Analysis,fixed,,
