ionelmc / python-manhole

Debugging manhole for python applications.
https://pypi.python.org/pypi/manhole
BSD 2-Clause "Simplified" License
374 stars 24 forks source link

Rename reinstall_bind_delay to reinstall_delay #26

Closed nirs closed 10 years ago

nirs commented 10 years ago

"reinstall_bind_delay" describes correctly the underlying implementation, but the manhole api should not expose implementation details. From the user point of view, this the delay before a new manhole is reinstalled in a child process after fork, therefore the name is "reinstall_delay".

nirs commented 10 years ago

Seems to be merged, thanks Lionel!