[issue24416] Have date.isocalendar() return a structseq instance

STINNER Victor report at bugs.python.org
Fri Sep 6 09:51:47 EDT 2019


STINNER Victor <vstinner at python.org> added the comment:

> It seems to affect performance.

Oh ok. So this change makes .isocalendar() slower and breaks the backward compatibility on the serialization. I'm not longer sure that it's worth it.

I defer the decision the datetime module maintainers: Alexander Beloposky and Paul Ganssle.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue24416>
_______________________________________


More information about the Python-bugs-list mailing list