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 belopolsky, stingray
Date 2008-03-10.22:05:20
SpamBayes Score 0.07903767
Marked as misclassified No
Message-id <1205186724.17.0.316427290798.issue2267@psf.upfronthosting.co.za>
In-reply-to
Content
This is trivial to implement (see attached) and IMHO is a good idea.

The next question, however is whether similar changes should be made to 
timedelta arithmetics.  Timedelta case is not so clearcut because of the 
usual dilemma of what the type of a+b should be when a and b are 
instances of two different subclasses of timedelta.
History
Date User Action Args
2008-03-10 22:05:24belopolskysetspambayes_score: 0.0790377 -> 0.07903767
recipients: + belopolsky, stingray
2008-03-10 22:05:24belopolskysetspambayes_score: 0.0790377 -> 0.0790377
messageid: <1205186724.17.0.316427290798.issue2267@psf.upfronthosting.co.za>
2008-03-10 22:05:21belopolskylinkissue2267 messages
2008-03-10 22:05:21belopolskycreate