mirror of
https://github.com/python/cpython.git
synced 2025-10-01 12:52:18 +00:00
Merge from 3.6
This commit is contained in:
commit
2d57d0a7a5
1 changed files with 1 additions and 1 deletions
|
@ -930,7 +930,7 @@ call fails (for example because the path doesn't exist):
|
|||
>>> p.resolve()
|
||||
PosixPath('/home/antoine/pathlib')
|
||||
|
||||
`".."` components are also eliminated (this is the only method to do so)::
|
||||
"``..``" components are also eliminated (this is the only method to do so)::
|
||||
|
||||
>>> p = Path('docs/../setup.py')
|
||||
>>> p.resolve()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue