https://github.com/python/cpython/commit/406f924ddafa0d8aef08cf1af6048c81c048485d
commit: 406f924ddafa0d8aef08cf1af6048c81c048485d
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2024-08-09T14:35:49Z
summary:

[3.13] gh-121874: Define audit-event open parameters consistently (GH-121883) 
(#121956)

Co-authored-by: Bernhard M. Wiedemann <[email protected]>
Co-authored-by: Hugo van Kemenade <[email protected]>

files:
M Doc/library/functions.rst

diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
index c0d903d54d9c5d..850805b262c717 100644
--- a/Doc/library/functions.rst
+++ b/Doc/library/functions.rst
@@ -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.

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to