Skip to content

Correct regex A-z typo#374

Merged
sdispater merged 6 commits intopython-pendulum:masterfrom
altendky:373-altendky-fix_match_timezone_capitalization
Jul 4, 2020
Merged

Correct regex A-z typo#374
sdispater merged 6 commits intopython-pendulum:masterfrom
altendky:373-altendky-fix_match_timezone_capitalization

Conversation

@altendky
Copy link
Copy Markdown
Contributor

@altendky altendky commented May 13, 2019

Fixes #373.

As is, the two cases are not distinguishable because of the error reported in #371. After #371 is fixed this test can identify that the proper exception was raised.

WIP for:

@altendky
Copy link
Copy Markdown
Contributor Author

Oops, broken on master anyways. I'll update again after that gets fixed and check this.

@altendky altendky changed the title [WIP] Correct regex A-z typo Correct regex A-z typo Apr 11, 2020
@sdispater sdispater merged commit 1e347cd into python-pendulum:master Jul 4, 2020
@sdispater
Copy link
Copy Markdown
Collaborator

Thanks for your contribution!

@sdispater sdispater mentioned this pull request Jul 13, 2020
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.

Typo in formatting.formatter._MATCH_TIMEZONE (A-z -> A-Z)

2 participants