This patch was developed in-house, and submitted upstream:
--- 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'