You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a recursive function delete_tree in test_winreg to delete the entire key. We can use the newly added winreg.DeleteTree to do this for more robust code and to simplify our code base.
There is a recursive function
delete_treeintest_winregto delete the entire key. We can use the newly addedwinreg.DeleteTreeto do this for more robust code and to simplify our code base.Linked PRs