* Check created date exists & matches format, and fix non-conforming
* Automatically fix mixed EoLs on checkin and in one PEP
* Add rst-directive-colons check, fix issue it found and refine regex
"Rejected Advice" sounds like the section will contain false
statements that should not be followed, instead it contains true
statements about things you should not do.
Change the title to "Things not to do" to be clearer that these are
correct advice but of a negative sense.
* 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.