-
-
Notifications
You must be signed in to change notification settings - Fork 12
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
Regular expression errors on Python 3.11 #48
Comments
mauritsvanrees
added a commit
that referenced
this issue
Oct 26, 2022
mauritsvanrees
added a commit
that referenced
this issue
Oct 26, 2022
mister-roboto
pushed a commit
to plone/buildout.coredev
that referenced
this issue
Oct 27, 2022
Branch: refs/heads/master Date: 2022-10-26T15:24:45+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/Products.PortalTransforms@e27aac9 Fixed regular expression in tests on Python 3.11. This fixes plone/Products.PortalTransforms#48 Files changed: A news/48.bugfix M Products/PortalTransforms/tests/test_engine.py Repository: Products.PortalTransforms Branch: refs/heads/master Date: 2022-10-26T20:58:45-07:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/Products.PortalTransforms@e73e91f Merge pull request #49 from plone/maurits-regexp-311 Fixed regular expression in tests on Python 3.11. Files changed: A news/48.bugfix M Products/PortalTransforms/tests/test_engine.py
mister-roboto
pushed a commit
to plone/buildout.coredev
that referenced
this issue
Oct 27, 2022
Branch: refs/heads/master Date: 2022-10-26T15:24:45+02:00 Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org> Commit: plone/Products.PortalTransforms@e27aac9 Fixed regular expression in tests on Python 3.11. This fixes plone/Products.PortalTransforms#48 Files changed: A news/48.bugfix M Products/PortalTransforms/tests/test_engine.py Repository: Products.PortalTransforms Branch: refs/heads/master Date: 2022-10-26T20:58:45-07:00 Author: David Glick (davisagli) <david@glicksoftware.com> Commit: plone/Products.PortalTransforms@e73e91f Merge pull request #49 from plone/maurits-regexp-311 Fixed regular expression in tests on Python 3.11. Files changed: A news/48.bugfix M Products/PortalTransforms/tests/test_engine.py
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See Jenkins.
In Python 3.10 you can already see a deprecation warning:
Solution:
The text was updated successfully, but these errors were encountered: