Skip to content
New issue

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

Fix warning by Click library about unicode / Python3 #8

Closed
theskumar opened this issue Aug 20, 2015 · 1 comment
Closed

Fix warning by Click library about unicode / Python3 #8

theskumar opened this issue Aug 20, 2015 · 1 comment

Comments

@theskumar
Copy link
Owner

Warning: Click detected the use of the unicode_literals __future__ import.  This is heavily discouraged because it can introduce subtle bugs in your code.  You should instead use explicit u"" literals for your unicode strings.  For more information see http://click.pocoo.org/python3/
@theskumar
Copy link
Owner Author

closed in 0d28b19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant