mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-37363: Add audit events for a range of modules (GH-14301)
This commit is contained in:
parent
9bbf4d7083
commit
60419a7e96
37 changed files with 165 additions and 18 deletions
|
@ -52,6 +52,8 @@ For example, ``'[?]'`` matches the character ``'?'``.
|
|||
more directories and subdirectories. If the pattern is followed by an
|
||||
``os.sep``, only directories and subdirectories match.
|
||||
|
||||
.. audit-event:: glob.glob "pathname recursive"
|
||||
|
||||
.. note::
|
||||
Using the "``**``" pattern in large directory trees may consume
|
||||
an inordinate amount of time.
|
||||
|
@ -65,6 +67,8 @@ For example, ``'[?]'`` matches the character ``'?'``.
|
|||
Return an :term:`iterator` which yields the same values as :func:`glob`
|
||||
without actually storing them all simultaneously.
|
||||
|
||||
.. audit-event:: glob.glob "pathname recursive"
|
||||
|
||||
|
||||
.. function:: escape(pathname)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue