Skip to content

Fix deprecation warning regarding invalid escape sequences. - #45

Merged
ppannuto merged 1 commit into
ppannuto:masterfrom
tirkarthi:fix-warnings
Apr 20, 2020
Merged

Fix deprecation warning regarding invalid escape sequences.#45
ppannuto merged 1 commit into
ppannuto:masterfrom
tirkarthi:fix-warnings

Conversation

@tirkarthi

Copy link
Copy Markdown
Contributor

Fixes #44

@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 82.278% when pulling a99714c on tirkarthi:fix-warnings into 9000878 on ppannuto:master.

@ppannuto

Copy link
Copy Markdown
Owner

Looks good, thanks!

@ppannuto
ppannuto merged commit 45a7c2d into ppannuto:master Apr 20, 2020
ppannuto added a commit that referenced this pull request Jun 12, 2020
Lots of updates, thanks to one and all. This will be the last release
with Py2k support and the last release before declaring a v1.0.

Updates:

 - #35: Add fancy double quote to punctuation; Thanks @dwaynebailey!
 - #45: Fix deprecation warning regarding invalid escape sequences. Thanks @tirkarthi
 - #46: Add support for titlecasing non-ASCII letters; Thanks @acabal!
 - #47: Add sphinx documentation to titlecase function; Thanks @1kastner!
 - #49: Remove closing bracket in parser help text; Thanks @1kastner!
 - #53: Add table with examples; Thanks @1kastner!
 - #53: Terms with only consonants should be ALL CAPS; Thanks @Garret-R!
 - #54: setup.py: Read version from __init__.py to avoid importing the module
        Major thanks for unblocking this @iburago!!
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.

Deprecation warning due to invalid escape sequences in Python 3.7

3 participants