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 rhettinger
Recipients belopolsky, berker.peksag, bmispelon, corona10, p-ganssle, rhettinger, serhiy.storchaka, taleinat, tim.peters, vstinner
Date 2019-09-08.22:32:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567981953.79.0.567127387902.issue24416@roundup.psfhosted.org>
In-reply-to
Content
[Paul Ganssle]
> "grab a single component" use is overwhelmingly the common case,
> I think it's worth it in the end.

Dong-hee Na, you can now go ahead with the patch.  

The relevant function is date_isocalendar() located in Modules/_datetime.c.  Model the structseq code after the PyFloat_GetInfo() function in Objects/floatobject.h.

When you have a PR with a doc update and tests, please request my review and I help you wrap it up.

Ask questions here if you get stuck.  Good luck!
History
Date User Action Args
2019-09-08 22:32:33rhettingersetrecipients: + rhettinger, tim.peters, belopolsky, vstinner, taleinat, berker.peksag, serhiy.storchaka, bmispelon, p-ganssle, corona10
2019-09-08 22:32:33rhettingersetmessageid: <1567981953.79.0.567127387902.issue24416@roundup.psfhosted.org>
2019-09-08 22:32:33rhettingerlinkissue24416 messages
2019-09-08 22:32:33rhettingercreate