This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tebeka
Recipients tebeka
Date 2020-07-09.06:46:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594277218.28.0.16887324914.issue41254@roundup.psfhosted.org>
In-reply-to
Content
I suggest adding datetime.timedelta methods that convert to/from str.

The reason is that I have several places where configuration contains various timeouts. I'd like to write '50ms' and not 0.05 which is more human readable.

See https://golang.org/pkg/time/#ParseDuration for how Go does it.
History
Date User Action Args
2020-07-09 06:46:58tebekasetrecipients: + tebeka
2020-07-09 06:46:58tebekasetmessageid: <1594277218.28.0.16887324914.issue41254@roundup.psfhosted.org>
2020-07-09 06:46:58tebekalinkissue41254 messages
2020-07-09 06:46:58tebekacreate