Kaydet (Commit) df6f8bf4 authored tarafından Yury Selivanov's avatar Yury Selivanov

Merge 3.5

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