components/python/python34/patches/26-defpath.patch
changeset 5482 c81e6261361f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/python/python34/patches/26-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.4.4/Lib/posixpath.py.orig	2015-12-20 22:00:59.000000000 -0800
++++ Python-3.4.4/Lib/posixpath.py	2016-02-19 13:05:44.295727065 -0800
+@@ -31,7 +31,7 @@
+ extsep = '.'
+ sep = '/'
+ pathsep = ':'
+-defpath = ':/bin:/usr/bin'
++defpath = '/bin:/usr/bin'
+ altsep = None
+ devnull = '/dev/null'
+