commit | 163468a766e16604bdea04a1ab808c0d3e729e5d | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@krypto.org> | Mon May 29 10:03:41 2017 -0700 |
committer | GitHub <noreply@github.com> | Mon May 29 10:03:41 2017 -0700 |
tree | d9c9bb6da480f4d7e9070e83a010798da5c30a6f | |
parent | eba68e2c42e149acecb15bbeb692786e2540157d [diff] |
bpo-16500: Don't use string constants for os.register_at_fork() behavior (#1834) Instead use keyword only arguments to os.register_at_fork for each of the scenarios. Updates the documentation for clarity.