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 aganders3
Recipients Erik.Cederstrand, aganders3, belopolsky
Date 2011-05-25.01:49:29
SpamBayes Score 8.321647e-06
Marked as misclassified No
Message-id <1306288170.77.0.61387340117.issue12006@psf.upfronthosting.co.za>
In-reply-to
Content
I've recently joined the python-mentors mailing list because I love Python and want to get involved. I found this bug in the list of "Easy issues" and thought I'd try my hand. Anyway, this is my first patch, so please forgive me if I am breaking protocol or stepping on anyone's toes here. I also hope my code isn't embarrassing.

This adds a constructor to the date class that allows construction based on an ISO-8601 YYYYWWD string. Does this address the issue in a logical way?
History
Date User Action Args
2011-05-25 01:49:30aganders3setrecipients: + aganders3, belopolsky, Erik.Cederstrand
2011-05-25 01:49:30aganders3setmessageid: <1306288170.77.0.61387340117.issue12006@psf.upfronthosting.co.za>
2011-05-25 01:49:30aganders3linkissue12006 messages
2011-05-25 01:49:29aganders3create