[Python-Dev] Re: Docs: audit event table empty

2019-07-09 Thread Terry Reedy
On 7/9/2019 3:53 PM, Terry Reedy wrote: https://docs.python.org/3.9/library/audit_events.html. Steve and I are going to present the auditing feature tomorrow at EuroPython. That should be interesting. My experiment with the following >>> def audit(event, args): print(event, args) >>>

[Python-Dev] Re: Docs: audit event table empty

2019-07-09 Thread Terry Reedy
On 7/9/2019 6:44 AM, Christian Heimes wrote: Hi, the table with auditing events does not render on docs.python.org, https://docs.python.org/3.9/library/audit_events.html. Steve and I are going to present the auditing feature tomorrow at EuroPython. It would be helpful to have the table

[Python-Dev] Re: Docs: audit event table empty

2019-07-09 Thread Karthikeyan
On Tue, Jul 9, 2019 at 5:34 PM Julien Palard via Python-Dev < python-dev@python.org> wrote: > Hi Christian, > > > the table with auditing events does not render on docs.python.org, > > https://docs.python.org/3.9/library/audit_events.html. Steve and I are > > going to present the auditing feature

[Python-Dev] Re: Docs: audit event table empty

2019-07-09 Thread Christian Heimes
On 09/07/2019 14.02, Julien Palard wrote: > Hi Christian, > >> the table with auditing events does not render on docs.python.org, >> https://docs.python.org/3.9/library/audit_events.html. Steve and I are >> going to present the auditing feature tomorrow at EuroPython. It would >> be helpful to

[Python-Dev] Re: Docs: audit event table empty

2019-07-09 Thread Julien Palard via Python-Dev
Hi Christian, > the table with auditing events does not render on docs.python.org, > https://docs.python.org/3.9/library/audit_events.html. Steve and I are > going to present the auditing feature tomorrow at EuroPython. It would > be helpful to have the table available. This was not an easy