<div dir="auto"><div dir="auto">Hi Xisco.</div><div dir="auto"><br></div><div dir="auto">This question is not related to the review, but came up while reading your code.  You are using the compatible string concatenation syntax: concatenation through +. What version of python should I target when I write code into LibreOffice?  As far as I remember, since version 3.6 a simple concatenation in quotes is available.  For example:</div><div dir="auto">print( f'{str(len(crashes))} crash reports in version {version}')</div><div dir="auto">The current version of python is 3.10, supported by 3.9 and, as I remember, it is recommended to move the style code to them.</div><div dir="auto"><br></div><div dir="auto">Thank you in advance, </div><div dir="auto">Lera</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">ср, 25 мая 2022 г., 11:19 Xisco Fauli <<a href="mailto:xiscofauli@libreoffice.org">xiscofauli@libreoffice.org</a>>:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
In <a href="https://gerrit.libreoffice.org/c/core/+/134283" rel="noreferrer noreferrer" target="_blank">https://gerrit.libreoffice.org/c/core/+/134283</a>, I created a python <br>
script to get all the information about crash reports of a specific <br>
version from <a href="http://crashreport.libreoffice.org/" rel="noreferrer noreferrer" target="_blank">crashreport.libreoffice.org/</a><br>
<br>
In the attached document, you can see the information about 7.3.3.2. <br>
This way i could find some divide-by-zero crashes that went unnoticed <br>
and fix them.<br>
<br>
I hope this can also be helpful for others and help them to identify <br>
crashes that can be fixed.<br>
<br>
Cheers<br>
<br>
-- <br>
Xisco Faulí<br>
LibreOffice QA Team<br>
IRC: x1sc0<br>
</blockquote></div>