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

assertNotRegexpMatches -> assertNotRegex? #288

Closed
jvanasco opened this issue Apr 25, 2019 · 0 comments
Closed

assertNotRegexpMatches -> assertNotRegex? #288

jvanasco opened this issue Apr 25, 2019 · 0 comments

Comments

@jvanasco
Copy link
Contributor

Python 3.5 deprecated assertNotRegexpMatches in favor of assertNotRegex ( see https://docs.python.org/3/library/unittest.html#unittest.TestCase.assertNotRegex ).

Looking at the history of releases, it seems like it was omitted from the initial deprecation as a mistake then backported

Right now assertNotRegexpMatches works in both Py2 and Py3, but that is scheduled to change. Any chance six can have a assertNotRegex sooner than later?

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

No branches or pull requests

1 participant