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 belopolsky
Recipients Alexander.Belopolsky, Arfrever, belopolsky, nagle, r.david.murray
Date 2012-09-07.03:06:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346987254.44.0.108704105615.issue15873@psf.upfronthosting.co.za>
In-reply-to
Content
I am attaching a quick python only prototype for the proposed feature.  My goal is to make date/time objects behave like numeric types for which constructors accept strings produced by str().  Since str() format is ISO 8601, it is natural to accept ISO 8601 formats in constructors.
History
Date User Action Args
2012-09-07 03:07:39belopolskysetrecipients: + belopolsky, nagle, Arfrever, r.david.murray, Alexander.Belopolsky
2012-09-07 03:07:34belopolskysetmessageid: <1346987254.44.0.108704105615.issue15873@psf.upfronthosting.co.za>
2012-09-07 03:07:33belopolskylinkissue15873 messages
2012-09-07 03:07:26belopolskycreate