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

[3.6] bpo-32614: Modify re examples to use a raw string to prevent wa… …rning (GH-5265) #5500

Merged
merged 2 commits into from
Feb 2, 2018

Conversation

terryjreedy
Copy link
Member

@terryjreedy terryjreedy commented Feb 2, 2018

Modify RE examples in documentation to use raw strings to prevent DeprecationWarning.
Add text to REGEX HOWTO to highlight the deprecation. Approved by Serhiy Storchaka..
(cherry picked from commit 6677142)

https://bugs.python.org/issue32614

…rning (pythonGH-5265)

Modify RE examples in documentation to use raw strings to prevent DeprecationWarning.
Add text to REGEX HOWTO to highlight the deprecation.  Approved by Serhiy Storchaka.

(cherry picked from commit 6677142)
…rning (pythonGH-5265)

Modify RE examples in documentation to use raw strings to prevent DeprecationWarning.
Add text to REGEX HOWTO to highlight the deprecation.  Approved by Serhiy Storchaka..
(cherry picked from commit 6677142)
@terryjreedy
Copy link
Member Author

For some reason, the cherry-pick could not just insert the new r prefix paragraph in Doc/howto/regex.rst. The following two lines had to be replaced, though I cannot see any difference.

@terryjreedy terryjreedy merged commit fbf8e82 into python:3.6 Feb 2, 2018
@terryjreedy terryjreedy deleted the backport-6677142-3.6 branch February 2, 2018 22:37
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.

3 participants