python: Update from 3.7.3 to 3.7.4

This commit is contained in:
Fredrik Fornwall
2019-07-11 10:28:39 +02:00
parent c15ee973b7
commit c1d38d8f5e
2 changed files with 4 additions and 5 deletions

View File

@@ -41,8 +41,8 @@ diff -uNr Python-3.6.2/Lib/posixpath.py Python-3.6.2.mod/Lib/posixpath.py
extsep = '.'
sep = '/'
pathsep = ':'
-defpath = ':/bin:/usr/bin'
+defpath = ':@TERMUX_PREFIX@/bin:@TERMUX_PREFIX@/bin/applets'
-defpath = '/bin:/usr/bin'
+defpath = '@TERMUX_PREFIX@/bin:@TERMUX_PREFIX@/bin/applets'
altsep = None
devnull = '/dev/null'