diff -r 5e30cd0645e7 -r c81e6261361f components/python/python35/patches/29-defpath.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/components/python/python35/patches/29-defpath.patch Mon Feb 22 14:53:24 2016 -0800 @@ -0,0 +1,14 @@ +This patch was developed in-house, and submitted upstream: +http://bugs.python.org/issue26414 + +--- Python-3.5.1/Lib/posixpath.py.orig 2015-12-06 17:39:08.000000000 -0800 ++++ Python-3.5.1/Lib/posixpath.py 2016-02-19 13:07:38.831767392 -0800 +@@ -32,7 +32,7 @@ + extsep = '.' + sep = '/' + pathsep = ':' +-defpath = ':/bin:/usr/bin' ++defpath = '/bin:/usr/bin' + altsep = None + devnull = '/dev/null' +