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 wyz23x2
Recipients epaine, terry.reedy, wyz23x2
Date 2021-09-22.04:38:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1632285523.71.0.0863488353811.issue41266@roundup.psfhosted.org>
In-reply-to
Content
Ping.
>>> from datetime import datetime as d
>>> d(2021, 9, 22)-d(2020, 7, 10)
datetime.timedelta(days=439)
History
Date User Action Args
2021-09-22 04:38:43wyz23x2setrecipients: + wyz23x2, terry.reedy, epaine
2021-09-22 04:38:43wyz23x2setmessageid: <1632285523.71.0.0863488353811.issue41266@roundup.psfhosted.org>
2021-09-22 04:38:43wyz23x2linkissue41266 messages
2021-09-22 04:38:43wyz23x2create