Python finally offloads some batteries
Python finally offloads some batteries
Posted Mar 17, 2022 5:34 UTC (Thu) by garyvdm (subscriber, #82325)In reply to: Python finally offloads some batteries by pabs
Parent article: Python finally offloads some batteries
Respectfully I disagree.
Yes, you have your medium to big projects that need a setup.py/requirments.txt/pyproject.toml , and for those projects, doing this would not matter.
But there are just as many small projects. Think single script, where installation = drop the script into /usr/local/bin. This simplicity is valuable, and If you remove the entire, or a large portion of the stdlib, you take away the ability for this to be done.
