mirror of
https://github.com/python/cpython.git
synced 2025-10-09 16:34:44 +00:00
bpo-35755: Remove current directory from posixpath.defpath (GH-11586)
Document the change in a NEWS entry of the Security category.
This commit is contained in:
parent
228a3c99bd
commit
2c4c02f8a8
2 changed files with 6 additions and 1 deletions
|
@ -18,7 +18,7 @@ pardir = '..'
|
|||
extsep = '.'
|
||||
sep = '/'
|
||||
pathsep = ':'
|
||||
defpath = ':/bin:/usr/bin'
|
||||
defpath = '/bin:/usr/bin'
|
||||
altsep = None
|
||||
devnull = '/dev/null'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue