Merge from 3.6

This commit is contained in:
Berker Peksag 2016-10-01 01:07:42 +03:00
commit 2d57d0a7a5

View file

@ -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()