<html>#2760: SyntaxWarnings Raised During Build Process with Python 3.12
<table style='border-spacing: 1ex 0pt; '>
<tr><td style='text-align:right'> Reporter:</td><td>Thiago Assumpcao</td></tr>
<tr><td style='text-align:right'>   Status:</td><td>new</td></tr>
<tr><td style='text-align:right'>Milestone:</td><td></td></tr>
<tr><td style='text-align:right'>  Version:</td><td>ET_2023_05</td></tr>
<tr><td style='text-align:right'>     Type:</td><td>bug</td></tr>
<tr><td style='text-align:right'> Priority:</td><td>major</td></tr>
<tr><td style='text-align:right'>Component:</td><td>SimFactory</td></tr>
</table>

<p>Comment (by Roland Haas):</p>
<p>The Python changes look ok, but I would rather not have to duplicate all <code>\</code> and whatever else Python may consider special in the ini files. The strings are stated to be regular expressions in the docs and <code>\\d</code> is not the PCRE that matches a <code>1</code>.</p>
<p>Do you know where exactly it decides to interpret strings read from a file and do escape sequence processing on them?</p>
<p>--<br/>
Ticket URL: <a href='https://bitbucket.org/einsteintoolkit/tickets/issues/2760/syntaxwarnings-raised-during-build-process'>https://bitbucket.org/einsteintoolkit/tickets/issues/2760/syntaxwarnings-raised-during-build-process</a></p>
</html>