]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-121874: Define audit-event open parameters consistently (GH-121883) (#121956)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 9 Aug 2024 14:35:49 +0000 (16:35 +0200)
committerGitHub <noreply@github.com>
Fri, 9 Aug 2024 14:35:49 +0000 (14:35 +0000)
Co-authored-by: Bernhard M. Wiedemann <bwiedemann@suse.de>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Doc/library/functions.rst

index c0d903d54d9c5daed2e37752063b746aa36601e8..850805b262c717cafd7be617c97e31e2983dea1a 100644 (file)
@@ -1502,7 +1502,7 @@ are always available.  They are listed here in alphabetical order.
    (where :func:`open` is declared), :mod:`os`, :mod:`os.path`, :mod:`tempfile`,
    and :mod:`shutil`.
 
-   .. audit-event:: open file,mode,flags open
+   .. audit-event:: open path,mode,flags open
 
    The ``mode`` and ``flags`` arguments may have been modified or inferred from
    the original call.