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, docs@python
Date 2010-07-30.18:57:54
SpamBayes Score 0.00012918592
Marked as misclassified No
Message-id <1280516276.66.0.738062201536.issue9430@psf.upfronthosting.co.za>
In-reply-to
Content
Attaching a tentative patch.  I think it is better to document these as operations rather than special methods.  It may need to be clarified that "-2 days, 0:00:22" is timedelta(-2, 22) rather than -timedelta(2, 22), but I cannot come up with anything short enough for the ops table.  Maybe this should be done in a footnote.
History
Date User Action Args
2010-07-30 18:57:56belopolskysetrecipients: + belopolsky, docs@python
2010-07-30 18:57:56belopolskysetmessageid: <1280516276.66.0.738062201536.issue9430@psf.upfronthosting.co.za>
2010-07-30 18:57:54belopolskylinkissue9430 messages
2010-07-30 18:57:54belopolskycreate