On Thu, 29 Nov 2018 at 15:52, Oleg Broytman <[email protected]> wrote: > > On Thu, Nov 29, 2018 at 09:36:51AM -0500, Benjamin Peterson > <[email protected]> wrote: > > - stdlib modules become a permanent maintenance burden to CPython core > > developers. > > Add ditributions maintainers here.
Well, given that "you shouldn't use pip install on your distribution-installed Python", I'm not sure that's as clear cut a factor as it first seems. Yes, I know people should use virtual environments, or use "--user" installs, but distributions still have a maintenance burden providing distro-packaged modules, whether they are in the stdlib or not. If unittest were removed from the stdlib, I'd confidently expect that distributions would still provide a python3-unittest package, for example... Paul _______________________________________________ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
