* Rename "log hooks" to "audit hooks"
Add more hook locations
Improve recommendations regarding open_for_exec()
* Improves hooks for compile, exec, and code.__new__
Adds hook for pickle.find_class
* Fix ordering of code.__new__ arguments to match compile arguments.
* Combine type.__setattr__ event into object.__setattr__ and add __delattr__
* Adds rejected ideas.
* Fixes "from above" reference.
* Adds socket.getaddrinfo and socket.getnameinfo to list of hooks.
* Updates post-history
Adds note about allowing -i in debug builds
Clarifies some recommendations and wraps the text.