Skip to content

Fix deprecation issue, update API to match threading.Timer

Compare
Choose a tag to compare
@joshburnett joshburnett released this 17 Jan 17:15
· 3 commits to master since this release
  • Replace time.clock() calls with time.perf_counter(), as time.clock is deprecated since python 3.3 and doesn't provide consistent behavior across different platforms.
  • Replace ontimeout with function, and params with args and kwargs, to match the threading.Timer API.
    ontimeout and params are deprecated and will be removed in v0.3.
  • Added lots of code comments to better explain how the module works.
  • More detailed README