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

Fix deprecation warnings for regex string literals. Fix #1646 #1649

Merged
merged 2 commits into from
Oct 26, 2017

Conversation

franklsf95
Copy link
Contributor

Fix deprecation warnings for regex string literals. Fix #1646
Add raw flag before all Regex strings so Python 3 can stop complaining.

@menshikh-iv
Copy link
Contributor

Thanks @franklsf95, congratz with first PR 👍

@menshikh-iv menshikh-iv merged commit a068cbe into piskvorky:develop Oct 26, 2017
horpto pushed a commit to horpto/gensim that referenced this pull request Oct 28, 2017
piskvorky#1649)

* Fix deprecation warnings for regex string literals. Fix piskvorky#1646

Add raw flag before all Regex strings so Python 3 can stop complaining.

* Fix two more occurrences of unescaped Regex strings
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