summaryrefslogtreecommitdiff
path: root/Python/Python-ast.c
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2010-04-20 23:01:53 +0000
committerMark Dickinson <dickinsm@gmail.com>2010-04-20 23:01:53 +0000
commit20d00fce765ec7f365fe1a4902bc808f49e11b9d (patch)
tree2015849841d5d7291cfac830be052057c50ab862 /Python/Python-ast.c
parent8cf6d42fe974d2600fef0a5e1cd4fe6ac12787f6 (diff)
downloadcpython-git-20d00fce765ec7f365fe1a4902bc808f49e11b9d.tar.gz
Blocked revisions 80290-80291 via svnmerge
........ r80290 | mark.dickinson | 2010-04-20 23:32:49 +0100 (Tue, 20 Apr 2010) | 12 lines Issue #2706: Add support for dividing a timedelta by another timedelta. Adds support for the three division operations: - timedelta / timedelta -> float - timedelta // timedelta -> int - timedelta % timedelta -> timedelta also adds support for divmod(timedelta, timedelta). Patch by Alexander Belopolsky. ........ r80291 | mark.dickinson | 2010-04-20 23:39:53 +0100 (Tue, 20 Apr 2010) | 1 line Fix memory leak. ........
Diffstat (limited to 'Python/Python-ast.c')
0 files changed, 0 insertions, 0 deletions