On Wed, May 11, 2016 at 4:36 PM, Ian Kelly <ian.g.kelly@gmail.com> wrote:
Still best to be explicit:

>>> sleep(timedelta(100))

It would be awesome if that actually worked.

FWIW, I would not mind seeing sleep() as a timedelta instance method:

>>> timedelta(seconds=42).sleep()