mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
Remove a stale reference to pathlib.PurePath.path
This commit is contained in:
parent
3f9fbfcdd4
commit
559ad5d401
1 changed files with 2 additions and 3 deletions
|
|
@ -2053,9 +2053,8 @@ features:
|
|||
|
||||
Note that there is a nice correspondence between several attributes
|
||||
and methods of ``DirEntry`` and of :class:`pathlib.Path`. In
|
||||
particular, the ``name`` and ``path`` attributes have the same
|
||||
meaning, as do the ``is_dir()``, ``is_file()``, ``is_symlink()``
|
||||
and ``stat()`` methods.
|
||||
particular, the ``name`` attribute has the same meaning, as do the
|
||||
``is_dir()``, ``is_file()``, ``is_symlink()`` and ``stat()`` methods.
|
||||
|
||||
.. versionadded:: 3.5
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue