[ET Trac] #2760: SyntaxWarnings Raised During Build Process with Python 3.12
Steven R. Brandt
trac-noreply at einsteintoolkit.org
Tue Apr 16 21:57:33 CDT 2024
#2760: SyntaxWarnings Raised During Build Process with Python 3.12
Reporter: Thiago Assumpcao
Status: new
Milestone:
Version: ET_2023_05
Type: bug
Priority: major
Component: SimFactory
Comment (by Steven R. Brandt):
It seems that the ini file reader is the thing complaining. The strings still are regular expressions, but if a regular expression is in a quoted string it should be understood with quoted string escape rules. If you prefer, we could remove the quote marks and convert `\\d` to `\d`.
--
Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2760/syntaxwarnings-raised-during-build-process
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.einsteintoolkit.org/pipermail/trac/attachments/20240417/4c735bfd/attachment.htm>
More information about the Trac
mailing list