We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#log.py def _fail_handle(msg, e): if not isinstance(msg, unicode): msg = msg.decode('utf8') print('{0}\nerror:{1}'.format(msg, e))
The text was updated successfully, but these errors were encountered:
@zsg555 收到, 已fix.
Sorry, something went wrong.
0fe89d7
pip install -U cup
版本3.2.20, 谢谢提供的py3兼容性问题线索
还有其他几个地方,https://github.com/baidu/CUP/search?l=Python&q=unicode&type=code
No branches or pull requests
The text was updated successfully, but these errors were encountered: