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 bmispelon
Recipients bmispelon
Date 2015-06-09.12:37:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433853440.83.0.506944331138.issue24416@psf.upfronthosting.co.za>
In-reply-to
Content
Currently, `date.isocalendar()` returns a plain tuple of (year, week, weekday).

It would be a bit more useful if this tuple could be made into a namedtuple (with fields year, week and weekday).
History
Date User Action Args
2015-06-09 12:37:20bmispelonsetrecipients: + bmispelon
2015-06-09 12:37:20bmispelonsetmessageid: <1433853440.83.0.506944331138.issue24416@psf.upfronthosting.co.za>
2015-06-09 12:37:20bmispelonlinkissue24416 messages
2015-06-09 12:37:20bmispeloncreate