Kaydet (Commit) d5b129c9 authored tarafından Larry Hastings's avatar Larry Hastings

Fix for one-letter type in What's New In Python 3.5.

üst 6707906e
...@@ -729,7 +729,7 @@ os.path ...@@ -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
------ ------
......
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