X Tutup
Skip to content

[3.6] bpo-30004: Fix the code example of using group in Regex Howto Docs (GH-4443)#4554

Merged
Mariatta merged 1 commit intopython:3.6from
miss-islington:backport-610e5af-3.6
Nov 25, 2017
Merged

[3.6] bpo-30004: Fix the code example of using group in Regex Howto Docs (GH-4443)#4554
Mariatta merged 1 commit intopython:3.6from
miss-islington:backport-610e5af-3.6

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented Nov 25, 2017

The provided code example was supposed to find repeated words, however it returned false results.
(cherry picked from commit 610e5af)

https://bugs.python.org/issue30004

…ythonGH-4443)

The provided code example was supposed to find repeated words, however it returned false results.
(cherry picked from commit 610e5af)
@miss-islington
Copy link
Copy Markdown
Contributor Author

@mandeep and @Mariatta: Backport status check is done, and it's a success ✅ .

@Mariatta Mariatta merged commit 3e60747 into python:3.6 Nov 25, 2017
@miss-islington
Copy link
Copy Markdown
Contributor Author

Thanks, @Mariatta!

@miss-islington miss-islington deleted the backport-610e5af-3.6 branch November 25, 2017 05:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

X Tutup