Commit c5212410 authored by Berker Peksag's avatar Berker Peksag

Merge from 3.5

parents a9ac4b87 803a9677
......@@ -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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment