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

DEP: Fix escaped string characters deprecated in Python 3.6. #8391

Merged
merged 1 commit into from
Dec 18, 2016

Conversation

charris
Copy link
Member

@charris charris commented Dec 17, 2016

Backport of #8382.

In Python 3.6 a number of escape sequences that were previously accepted
-- for instance "(" that was translated to "\(" -- are deprecated. To
retain the previous behavior either raw strings must be used or the
backslash must be properly escaped itself.

In Python 3.6 a number of escape sequences that were previously accepted
-- for instance "\(" that was translated to "\\(" -- are deprecated. To
retain the previous behavior either raw strings must be used or the
backslash must be properly escaped itself.
@charris charris added this to the 1.12.0 release milestone Dec 17, 2016
@charris charris merged commit d3fbb97 into numpy:maintenance/1.12.x Dec 18, 2016
@charris charris deleted the fix-python-3.6-compat branch December 18, 2016 01:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant