Skip to content

Fix for Python 3.14#30

Open
bergentroll wants to merge 2 commits intovirtualvinodh:mainfrom
bergentroll:main
Open

Fix for Python 3.14#30
bergentroll wants to merge 2 commits intovirtualvinodh:mainfrom
bergentroll:main

Conversation

@bergentroll
Copy link

Fixes some deprecations in PreProcess.py:

  • ast.Str was unused but prevented from using with Python 3.14
  • Some escape-sequences produced SyntaxWarning "Such sequences will not work in the future." Fixed with shielding \\ and r-str where are applicable.

Thank you for the great tool, sir!

Unused ast.Str is missing in Python 3.14 and leads to ImportError.
Changes fixes importing for Python 3.14.
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.

1 participant