<div dir="ltr"><div>After python39.dll I'd expect python3A.dll .<br></div><div><br>Or possibly python3⑽.dll<br><br>>>> len("python3⑽.dll") == len("python39.dll")<br>True<br><br></div><div>No worries, then.<br><br></div><div>Stephan<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2017-11-05 20:28 GMT+01:00 Serhiy Storchaka <span dir="ltr"><<a href="mailto:storchaka@gmail.com" target="_blank">storchaka@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">04.11.17 17:29, Wolfgang пише:<span class=""><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
A good point but two digits minor version numbers have the possibility<br>
to break a lot code. There is a lot of stuff out where a single digit<br>
major version is assumed. Even the official Python build for windows<br>
with python27.dll, python36.dll can be problematic because the dot<br>
is omitted between numbers.<br>
Other do the same for compilation they concatenate only majorminor for a<br>
name.<br>
Then version 3.10 is the same as 31.0.<br>
</blockquote>
<br></span>
Actually this is yet one argument against your idea. With your proposal 27 will be the same as 2.7.<div class="HOEnZb"><div class="h5"><br>
<br>
______________________________<wbr>_________________<br>
Python-ideas mailing list<br>
<a href="mailto:Python-ideas@python.org" target="_blank">Python-ideas@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-ideas" rel="noreferrer" target="_blank">https://mail.python.org/mailma<wbr>n/listinfo/python-ideas</a><br>
Code of Conduct: <a href="http://python.org/psf/codeofconduct/" rel="noreferrer" target="_blank">http://python.org/psf/codeofco<wbr>nduct/</a><br>
</div></div></blockquote></div><br></div>