New submission from Alexander Belopolsky <belopol...@users.sourceforge.net>:
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. ---------- assignee: d...@python components: Documentation files: datetime.rst.diff keywords: easy, patch messages: 112096 nosy: belopolsky, d...@python priority: normal severity: normal status: open title: Document str() and repr() of timedelta. versions: Python 3.2 Added file: http://bugs.python.org/file18274/datetime.rst.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue9430> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com