]> granicus.if.org Git - python/commit
Issue #7150: Raise OverflowError if the result of adding or subtracting
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Thu, 27 May 2010 20:55:27 +0000 (20:55 +0000)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Thu, 27 May 2010 20:55:27 +0000 (20:55 +0000)
commit9292ee06672e88172f6d2724eecbfd95bb69cc24
treed5f24812db3c8aba7563c2919f0fc419332cae93
parent3bfd0311f9cbea2e0b919689dd6076a1ade8120f
Issue #7150: Raise OverflowError if the result of adding or subtracting
timedelta from date or datetime falls outside of the MINYEAR:MAXYEAR range.
Lib/test/test_datetime.py
Misc/NEWS
Modules/datetimemodule.c