-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Supports for datetime.timedelta #13
Comments
Changes by Antoine Bertin (diaoul):
|
Michael Bayer (zzzeek) wrote: OK, I'd be surprised if people go through the trouble to import when they can just multiply out the number of seconds, but sure this is just an isinstance check |
Antoine Bertin (diaoul) wrote: For the sake of readability when duration is not a round number or if the expiration is long enough to make use of other arguments of timedelta. |
Michael Bayer (zzzeek) wrote: good point |
Michael Bayer (zzzeek) wrote: pull request here would be very helpful |
Changes by Michael Bayer (zzzeek):
|
Migrated issue, originally created by Antoine Bertin (diaoul)
Because that's user friendly
What do you think?
The text was updated successfully, but these errors were encountered: