[Python-checkins] Remove mention of dst parameter from description of os.lstat() (GH-24704)

miss-islington webhook-mailer at python.org
Sun Apr 25 17:35:59 EDT 2021


https://github.com/python/cpython/commit/ff22c1bcfd224c114836b5803e1edb01e384e78d
commit: ff22c1bcfd224c114836b5803e1edb01e384e78d
branch: 3.8
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2021-04-25T14:35:55-07:00
summary:

Remove mention of dst parameter from description of os.lstat() (GH-24704)


It looks like it was accidentally copy-pasted in
6fa7aada9bd3616e0beeb266e818497b2ec1c859.
(cherry picked from commit 7f8e072c6dc88d6973d81f8fd572c04c88e7e3d7)

Co-authored-by: Sergey Fedoseev <fedoseev.sergey at gmail.com>

files:
M Doc/library/os.rst

diff --git a/Doc/library/os.rst b/Doc/library/os.rst
index 45213a664e9f2..c80a3210d7d39 100644
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -1886,7 +1886,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



More information about the Python-checkins mailing list