Merge 3.5

This commit is contained in:
Yury Selivanov 2015-08-19 09:53:41 -04:00
commit df6f8bf47b

View file

@ -92,11 +92,11 @@ the :mod:`glob` module.)
::
>>> os.path.commonprefix(['/dir1/dir2', '/dir3/dir4'])
'/dir'
>>> os.path.commonprefix(['/usr/lib', '/usr/local/lib'])
'/usr/l'
>>> os.path.commonpath(['/dir1/dir2', '/dir3/dir4'])
'/'
>>> os.path.commonpath(['/usr/lib', '/usr/local/lib'])
'/usr'
.. function:: dirname(path)