- Notifications
You must be signed in to change notification settings - Fork294
make compatible with python 3.6#318
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
errors on invalid escape sequences in strings, such as "\s"i.e. anything not mentioned inhttps://docs.python.org/3/reference/lexical_analysis.html#strings
Oh, this isn't compatibility per-se, this is just avoiding DeprecationWarnings? (So it's essentially compatibility with some future version.) |
yes. Looking again I might have run into it with Still a good idea, though for a future python version. |
Oh, totally, still a good idea; thanks for the patch! |
(In case it was unclear: I didn't merge it earlier because I was still waiting on Travis CI to finish running against the merge with the Travis fix.) |
errors on invalid escape sequences in strings, such as "\s"
i.e. anything not mentioned inhttps://docs.python.org/3/reference/lexical_analysis.html#strings