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 matheus.v.portela
Recipients matheus.v.portela, mrabarnett, musically_ut, winton
Date 2017-07-29.02:02:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501293776.91.0.590279101668.issue30802@psf.upfronthosting.co.za>
In-reply-to
Content
Agreed that we should attain to ISO 8601, as it solves two questions that occurred in this thread:

- According to the specification, it is clear that a week must start on Monday and end on Sunday. Hence datetime.strptime('201726', '%Y%U') could be safely assigned to 2017/06/26 without ambiguity

- It also makes clear on what to do when a week overlaps two years.

IMHO there is no reason to not implement this feature and remove the requirement of using %U with the year and day of the week.
History
Date User Action Args
2017-07-29 02:02:56matheus.v.portelasetrecipients: + matheus.v.portela, mrabarnett, musically_ut, winton
2017-07-29 02:02:56matheus.v.portelasetmessageid: <1501293776.91.0.590279101668.issue30802@psf.upfronthosting.co.za>
2017-07-29 02:02:56matheus.v.portelalinkissue30802 messages
2017-07-29 02:02:56matheus.v.portelacreate