Comment 2 for bug 528466

Revision history for this message
Tres Seaver (tseaver) wrote :

As a workaround for this bug, you can pass the 'name' for the action in addition to the label. E.g.:

  Action(u'\u9001\u4fe1', name='my_action')

Thanks for the report!