Skip to content

Commit 1d915aa

Browse files
[3.12] gh-121874: Define audit-event open parameters consistently (GH-121883) (GH-121955)
Use same names for parameters to avoid triggering a race-condition in Sphinx that causes non-deterministic output. (cherry picked from commit 24cf867) Co-authored-by: Bernhard M. Wiedemann <[email protected]>
1 parent 3279a4f commit 1d915aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1440,7 +1440,7 @@ are always available. They are listed here in alphabetical order.
14401440
(where :func:`open` is declared), :mod:`os`, :mod:`os.path`, :mod:`tempfile`,
14411441
and :mod:`shutil`.
14421442

1443-
.. audit-event:: open file,mode,flags open
1443+
.. audit-event:: open path,mode,flags open
14441444

14451445
The ``mode`` and ``flags`` arguments may have been modified or inferred from
14461446
the original call.

0 commit comments

Comments
 (0)