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 msimpasona
Recipients msimpasona
Date 2020-10-18.18:44:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603046695.09.0.570659045382.issue42070@roundup.psfhosted.org>
In-reply-to
Content
IsoCalendarDate is pickled as a regular tuple and so requires a slightly different code flow in case the pickle file is used as cache. More details here: https://stackoverflow.com/questions/64408303/python-3-9-unpickling-of-isocalendardate-data-returns-a-tuple

My question is what's the benefit of hiding the new class IsoCalendarDate?
History
Date User Action Args
2020-10-18 18:44:55msimpasonasetrecipients: + msimpasona
2020-10-18 18:44:55msimpasonasetmessageid: <1603046695.09.0.570659045382.issue42070@roundup.psfhosted.org>
2020-10-18 18:44:55msimpasonalinkissue42070 messages
2020-10-18 18:44:55msimpasonacreate