Ticket #5971 enhancement new
reactor.callLater() tries to use string as number
| Reported by: | preaction | Owned by: | preaction |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | core | Keywords: | |
| Cc: | Branch: | ||
| Author: | Launchpad Bug: |
Description
When passing a string as the first argument to callLater(), python dies with "AssertionError: 10000 is not greater than or equal to 0 seconds", which is really confusing. It would be nice if it would die with a TypeError first.
Change History
Note: See
TracTickets for help on using
tickets.
