[issue20053] venv and ensurepip are affected by default pip config file

Paul Moore report at bugs.python.org
Fri Feb 7 15:28:34 CET 2014


Paul Moore added the comment:

As noted in http://bugs.python.org/issue1311 (referenced from http://bugs.python.org/issue20541) it's not actually correct to assume that os.path.exists(os.devnull) returns true, as on Windows the "null device" is not a proper filesystem object.

So I'd suggest that the code here needs to avoid relying on this assumption.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20053>
_______________________________________


More information about the Python-bugs-list mailing list