mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Remove mention of dst parameter from description of os.lstat() (GH-24704)
It looks like it was accidentally copy-pasted in6fa7aada9b. (cherry picked from commit7f8e072c6d) Co-authored-by: Sergey Fedoseev <fedoseev.sergey@gmail.com>
This commit is contained in:
parent
ab99b6a8ba
commit
9b2c5b20a5
1 changed files with 1 additions and 1 deletions
|
|
@ -1895,7 +1895,7 @@ features:
|
|||
Added the *dir_fd* parameter.
|
||||
|
||||
.. versionchanged:: 3.6
|
||||
Accepts a :term:`path-like object` for *src* and *dst*.
|
||||
Accepts a :term:`path-like object`.
|
||||
|
||||
.. versionchanged:: 3.8
|
||||
On Windows, now opens reparse points that represent another path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue