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

Handle python3.12 deprecation warnings. #75

Merged
merged 1 commit into from
Aug 22, 2024

Conversation

DavidSouther
Copy link
Contributor

These are backwards compatible to Python 3.8, and are mildly annoying.

E           SyntaxError: Schema error in file /Users/dpsouth/devel/aws/aws-doc-sdk-examples-tools/aws_doc_sdk_examples_tools/config/services_schema.yaml
E           Invalid schema expression: 'regex('^[^&]\w', name='non-entity')'. invalid escape sequence \w (<unknown>, line 1) at node 'sort'

E           SyntaxError: Schema error in file /Users/dpsouth/devel/aws/aws-doc-sdk-examples-tools/aws_doc_sdk_examples_tools/config/services_schema.yaml
E           Invalid schema expression: 'regex('^&[-_a-zA-Z0-9]+;( \(&[-_a-zA-Z0-9]+;\))?$', name='valid entity')'. invalid escape sequence \( (<unknown>, line 1) at node ''

E           SyntaxError: Schema error in file /Users/dpsouth/devel/aws/aws-doc-sdk-examples-tools/aws_doc_sdk_examples_tools/config/services_schema.yaml
E           Invalid schema expression: 'regex('^&[-_a-zA-Z0-9]+;( \\(&[-_a-zA-Z0-9]+;\))?$', name='valid entity')'. invalid escape sequence \) (<unknown>, line 1) at node ''

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

These are backwards compatible to Python 3.8, and are mildly annoying.

E           SyntaxError: Schema error in file /Users/dpsouth/devel/aws/aws-doc-sdk-examples-tools/aws_doc_sdk_examples_tools/config/services_schema.yaml
E           Invalid schema expression: 'regex('^[^&]\w', name='non-entity')'. invalid escape sequence \w (<unknown>, line 1) at node 'sort'

E           SyntaxError: Schema error in file /Users/dpsouth/devel/aws/aws-doc-sdk-examples-tools/aws_doc_sdk_examples_tools/config/services_schema.yaml
E           Invalid schema expression: 'regex('^&[-_a-zA-Z0-9]+;( \(&[-_a-zA-Z0-9]+;\))?$', name='valid entity')'. invalid escape sequence \( (<unknown>, line 1) at node ''

E           SyntaxError: Schema error in file /Users/dpsouth/devel/aws/aws-doc-sdk-examples-tools/aws_doc_sdk_examples_tools/config/services_schema.yaml
E           Invalid schema expression: 'regex('^&[-_a-zA-Z0-9]+;( \\(&[-_a-zA-Z0-9]+;\))?$', name='valid entity')'. invalid escape sequence \) (<unknown>, line 1) at node ''
@DavidSouther DavidSouther added the Enhancement A general update to the code base. label Aug 21, 2024
@DavidSouther DavidSouther self-assigned this Aug 21, 2024
@DavidSouther DavidSouther merged commit 37b6862 into main Aug 22, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement A general update to the code base.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants