This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author steve.dower
Recipients christian.heimes, gousaiyang, steve.dower
Date 2020-01-03.18:40:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578076808.62.0.915062290109.issue39184@roundup.psfhosted.org>
In-reply-to
Content
Agreed, we should add events for all of these. They can go into the next 3.8 release.

Ideally, the lowest level operations (typically os module) should raise events. Where it's convenient to also audit operations at a higher level (shutil, subprocess, etc.) then we can do that too, as it provides helpful context for *why* the lower-level operation ran.

Contributions welcome :) I'll likely get to them eventually, but no reason it has to be me adding everything.
History
Date User Action Args
2020-01-03 18:40:08steve.dowersetrecipients: + steve.dower, christian.heimes, gousaiyang
2020-01-03 18:40:08steve.dowersetmessageid: <1578076808.62.0.915062290109.issue39184@roundup.psfhosted.org>
2020-01-03 18:40:08steve.dowerlinkissue39184 messages
2020-01-03 18:40:08steve.dowercreate