[issue39007] Add audit hooks to winreg module

2019-12-09 Thread miss-islington
miss-islington added the comment: New changeset 0ac9aaeb9727aa60bef918b619116a729d3ea56d by Miss Islington (bot) in branch '3.8': bpo-39007: Add auditing events to functions in winreg (GH-17541) https://github.com/python/cpython/commit/0ac9aaeb9727aa60bef918b619116a729d3ea56d -- nos

[issue39007] Add audit hooks to winreg module

2019-12-09 Thread Steve Dower
Change by Steve Dower : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ P

[issue39007] Add audit hooks to winreg module

2019-12-09 Thread Steve Dower
Steve Dower added the comment: New changeset ee17e3735634c5fe15a43f897707de8011618627 by Steve Dower in branch 'master': bpo-39007: Add auditing events to functions in winreg (GH-17541) https://github.com/python/cpython/commit/ee17e3735634c5fe15a43f897707de8011618627 -- ___

[issue39007] Add audit hooks to winreg module

2019-12-09 Thread miss-islington
Change by miss-islington : -- pull_requests: +17019 pull_request: https://github.com/python/cpython/pull/17543 ___ Python tracker ___ __

[issue39007] Add audit hooks to winreg module

2019-12-09 Thread Steve Dower
Change by Steve Dower : -- keywords: +patch pull_requests: +17017 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/17541 ___ Python tracker _

[issue39007] Add audit hooks to winreg module

2019-12-09 Thread Steve Dower
New submission from Steve Dower : The winreg module should have hooks added. -- assignee: steve.dower components: Windows messages: 358119 nosy: christian.heimes, paul.moore, steve.dower, tim.golden, zach.ware priority: normal severity: normal stage: needs patch status: open title: Add