From: Georg Brandl Date: Thu, 11 Jun 2009 11:33:24 +0000 (+0000) Subject: Recorded merge of revisions 73350,73353 via svnmerge from X-Git-Tag: v3.1rc2~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=14eac1b613885da57d3182764d209e29f458d979;p=thirdparty%2FPython%2Fcpython.git Recorded merge of revisions 73350,73353 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r73350 | vinay.sajip | 2009-06-11 11:23:41 +0200 (Do, 11 Jun 2009) | 1 line Issue #5262: Fixed bug in next roll over time computation in TimedRotatingFileHandler. ........ r73353 | vinay.sajip | 2009-06-11 11:53:35 +0200 (Do, 11 Jun 2009) | 1 line Issue #5262: Improved fix. ........ ---