diff options
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2010-05-27 21:42:58 (GMT) |
---|---|---|
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | 2010-05-27 21:42:58 (GMT) |
commit | f03a6164321d37f05dbf93023ce6114f0cdbd910 (patch) | |
tree | 26923f66e17a7803188590c13c10589e26057ea0 /Misc | |
parent | 1ed21db0f56944af5fe31ab509f6662e012f1df3 (diff) | |
download | cpython-f03a6164321d37f05dbf93023ce6114f0cdbd910.zip cpython-f03a6164321d37f05dbf93023ce6114f0cdbd910.tar.gz cpython-f03a6164321d37f05dbf93023ce6114f0cdbd910.tar.bz2 |
Merged revisions 81566 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r81566 | alexander.belopolsky | 2010-05-27 16:55:27 -0400 (Thu, 27 May 2010) | 3 lines
Issue #7150: Raise OverflowError if the result of adding or subtracting
timedelta from date or datetime falls outside of the MINYEAR:MAXYEAR range.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -395,6 +395,9 @@ C-API Library ------- +- Issue #7150: Raise OverflowError if the result of adding or subtracting + timedelta from date or datetime falls outside of the MINYEAR:MAXYEAR range. + - Issue #8806: add SSL contexts support to ftplib. - Issue #4769: Fix main() function of the base64 module, use sys.stdin.buffer |