Comment 3 for bug 1507956

Revision history for this message
Roman Podoliaka (rpodolyaka) wrote :

^ "break" really means we'll see something like

In [3]: print repr(a)
u'\u043f\u0440\u0438\u0432\u0435\u0442'

instead of

In [2]: print a
привет

for a string:

In [0]: a = u'привет'