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 OrderedDict tests on Python 3.12 (stringTools.parenthesesMatch) #1625

Merged
merged 2 commits into from
Jun 27, 2023

Conversation

mscuthbert
Copy link
Member

adds stringTools.parenthesesMatch and a use of it in testRunner.

Does enough for this to be Fixes #1563 -- we can change other places as other PRs.

@jacobtylerwalls -- can you eyeball this or test it on 3.12? I don't have my test computer where I install Python betas anymore.

Does enough for this to be Fixes #1563 -- we can change other places as other PRs.

@jacobtylerwalls -- can you eyeball this or test it on 3.12?  I don't have my test computer where I install Python betas anymore.
@jacobtylerwalls
Copy link
Member

Taking a look

@mscuthbert
Copy link
Member Author

Thanks -- feel free to merge if everything passes.

@coveralls
Copy link

coveralls commented Jun 27, 2023

Coverage Status

coverage: 92.989% (+0.003%) from 92.986% when pulling 8028a86 on py3-12-protection into 4533062 on master.

@jacobtylerwalls
Copy link
Member

Doctests look good!

@jacobtylerwalls jacobtylerwalls merged commit f2146ee into master Jun 27, 2023
@jacobtylerwalls jacobtylerwalls deleted the py3-12-protection branch June 27, 2023 22:19
@mscuthbert
Copy link
Member Author

Thanks!

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.

Rewrite OrderedDict as dict()
3 participants