> * Refactoring pip to better encapsulate and separate concerns, creating boundaries between different parts
These of course are a drop in the bucket of what could be done: - https://github.com/pypa/pip/pull/2404 - https://github.com/pypa/pip/pull/2410 - https://github.com/pypa/pip/pull/2411 Now probably `install` is the one that would add the most value and I briefly thought of doing that but then I thought to myself that there are so many open PRs already and one for `install` would probably break a whole bunch of them. Also I don't want to have too many open ones because I just don't like having too many open loops.
_______________________________________________ Distutils-SIG maillist - [email protected] https://mail.python.org/mailman/listinfo/distutils-sig
