mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-23 09:52:40 +00:00
python: Update from 3.7.3 to 3.7.4
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user