mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
3 lines
317 B
Python
3 lines
317 B
Python
<error descr="Python version 3.6 does not allow to mix bytes and non-bytes literals">b'qwe'u'asd'</error>
|
|
<error descr="Python version 3.6 does not allow to mix bytes and non-bytes literals">b'qwe'r'asd'</error>
|
|
<error descr="Python version 3.6 does not allow to mix bytes and non-bytes literals">b'qwe'f'asd'</error> |