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 matthewkenigsberg
Recipients belopolsky, eric.smith, martin.panter, matthewkenigsberg, p-ganssle, tebeka
Date 2021-07-30.16:00:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1627660844.75.0.825235828426.issue41254@roundup.psfhosted.org>
In-reply-to
Content
I think it would be nice to have a from str method that could reverse the behavior of str(timedelta). I'm trying to parse files that contain the output of str(timedelta), and there's no easy way to get them back to timedelta's
History
Date User Action Args
2021-07-30 16:00:45matthewkenigsbergsetrecipients: + matthewkenigsberg, tebeka, belopolsky, eric.smith, martin.panter, p-ganssle
2021-07-30 16:00:44matthewkenigsbergsetmessageid: <1627660844.75.0.825235828426.issue41254@roundup.psfhosted.org>
2021-07-30 16:00:44matthewkenigsberglinkissue41254 messages
2021-07-30 16:00:44matthewkenigsbergcreate