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

add C string like quoting for many strings #11

Closed
wants to merge 1 commit into from
Closed

add C string like quoting for many strings #11

wants to merge 1 commit into from

Conversation

mwri
Copy link

@mwri mwri commented May 1, 2020

Python 3 unicode string by default requires this to be safe. If deprecation warnings are turned on it complains a lot about these unquoted strings.

@mwri
Copy link
Author

mwri commented May 1, 2020

I found as many of these strings as I could, I guess I've probably missed some, but it's at least enough that my app test suite is quiet, instead of scrolling with tonnes of warnings.

@dmulyalin
Copy link
Owner

Thank you for your work, really appreciate it. Went trough the code and added your string quoting fixes together with additional ones I found. Have not merged your pull request due to some issues it introduced with test results. If you have time, please try to test your code with latest TTP master branch commit

@dmulyalin dmulyalin closed this May 20, 2020
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

Successfully merging this pull request may close these issues.

2 participants