<div dir="ltr">For referencing, the commit was <a href="https://github.com/python/cpython/commit/ef158c3ced3fce39e43f54e8d149dc2714e3456e#diff-ef2e84716aa6196aa0ebf0691e608986">https://github.com/python/cpython/commit/ef158c3ced3fce39e43f54e8d149dc2714e3456e#diff-ef2e84716aa6196aa0ebf0691e608986</a> and the issue was <a href="https://bugs.python.org/issue29218">https://bugs.python.org/issue29218</a> .<br></div><br><div class="gmail_quote"><div dir="ltr">On Thu, 5 Jul 2018 at 11:27 Alexander Belopolsky <<a href="mailto:alexander.belopolsky@gmail.com">alexander.belopolsky@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I started porting my project [1] to Python 3.7 and came across bpo-29218:<br><br>"The unused distutils install_misc command has been removed."  [2]<br><br>Historically, the distutils package was very conservative about changes because many 3rd party packages extended it in ways unforeseen by the Python core developers.  As far as I can tell, this removal was done without a deprecation period or any public discussion.<br><br>The comment above the command class [3] was there for 18 years and promised to "keep it around for the time being."  Why did it suddenly become necessary to remove it in 3.7?  Is shedding 20 lines of code really worth the risk of breaking user code?<br><br>[1]: <a href="https://github.com/KxSystems/pyq" target="_blank">https://github.com/KxSystems/pyq</a><br>[2]: <a href="https://docs.python.org/3/whatsnew/3.7.html#api-and-feature-removals" target="_blank">https://docs.python.org/3/whatsnew/3.7.html#api-and-feature-removals</a><br>[3]: <a href="https://github.com/python/cpython/commit/aae45f93e7b7708deb1ce9d69b58fa029106613d" target="_blank">https://github.com/python/cpython/commit/aae45f93e7b7708deb1ce9d69b58fa029106613d</a><br></div>
_______________________________________________<br>
Python-Dev mailing list<br>
<a href="mailto:Python-Dev@python.org" target="_blank">Python-Dev@python.org</a><br>
<a href="https://mail.python.org/mailman/listinfo/python-dev" rel="noreferrer" target="_blank">https://mail.python.org/mailman/listinfo/python-dev</a><br>
Unsubscribe: <a href="https://mail.python.org/mailman/options/python-dev/brett%40python.org" rel="noreferrer" target="_blank">https://mail.python.org/mailman/options/python-dev/brett%40python.org</a><br>
</blockquote></div>