mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Fix for one-letter type in What's New In Python 3.5.
This commit is contained in:
parent
6707906ea5
commit
d5b129c9a1
1 changed files with 1 additions and 1 deletions
|
@ -729,7 +729,7 @@ os.path
|
||||||
|
|
||||||
* New :func:`~os.path.commonpath` function that extracts common path prefix.
|
* New :func:`~os.path.commonpath` function that extracts common path prefix.
|
||||||
Unlike the :func:`~os.path.commonprefix` function, it always returns a valid
|
Unlike the :func:`~os.path.commonprefix` function, it always returns a valid
|
||||||
patch. (Contributed by Rafik Draoui and Serhiy Storchaka in :issue:`10395`.)
|
path. (Contributed by Rafik Draoui and Serhiy Storchaka in :issue:`10395`.)
|
||||||
|
|
||||||
pickle
|
pickle
|
||||||
------
|
------
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue