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 ajaksu2, belopolsky, brett.cannon, daniel.urban, doerwalter, eric.araujo, ggenellina, kawai, l0nwlf, mark.dickinson, pitrou, r.david.murray, rafe, techtonik, tim.peters
Date 2010-06-11.18:48:41
SpamBayes Score 0.25225964
Marked as misclassified No
Message-id <1276282130.79.0.539298542865.issue5094@psf.upfronthosting.co.za>
In-reply-to
Content
I am attaching a new patch, issue5094e.diff which addresses most of Mark's comments.  I left out repr() because two opinions were voiced on IRC with respect to datetime. prefix.  I would like to give it some more thought even though I am leaning towards compatibility with existing reprs.

I did not make td argument optional and did not allow timezone o be subclassed because these seem to be mutually exclusive options.  (If td is optional in base class, it must be optional in subclasses per Liskov's principle severely limiting utility of subclasses.)  Let's address this separately.
History
Date User Action Args
2010-06-11 18:48:51belopolskysetrecipients: + belopolsky, tim.peters, doerwalter, brett.cannon, mark.dickinson, ggenellina, pitrou, techtonik, ajaksu2, kawai, eric.araujo, r.david.murray, rafe, daniel.urban, l0nwlf
2010-06-11 18:48:50belopolskysetmessageid: <1276282130.79.0.539298542865.issue5094@psf.upfronthosting.co.za>
2010-06-11 18:48:48belopolskylinkissue5094 messages
2010-06-11 18:48:48belopolskycreate