[issue16309] "PYTHONPATH=" different from no PYTHONPATH at all

2013-04-12 Thread Tom Vaughan
Tom Vaughan added the comment: Oh wow. That is not what I remembered/assumed about sh and PATH. Mind. Blown. -- ___ Python tracker <http://bugs.python.org/issue16

[issue16309] "PYTHONPATH=" different from no PYTHONPATH at all

2013-04-12 Thread Tom Vaughan
Tom Vaughan added the comment: PATHONPATH=/tmp: will also be interpreted as "/tmp" and ".". Do the patches also address this case? PYTHONPATH=:/tmp and PYTHONPATH=/foo::/bar are also problematic. -- nosy: +tvaughan ___ P