]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix: #1836: Off-by-one bug in TimedRotatingFileHandler rollover calculation. Patch...
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Mon, 21 Jan 2008 17:02:26 +0000 (17:02 +0000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Mon, 21 Jan 2008 17:02:26 +0000 (17:02 +0000)
commitae747dccab69cb3828a3d51fafe41021f50882c9
tree0e11852146d419d542983d8ce56cb4293b1f2d5f
parentaa0de3f130f74c8551cdf9b798447fafd305fe3a
Fix: #1836: Off-by-one bug in TimedRotatingFileHandler rollover calculation. Patch thanks to Kathryn M. Kowalski.
Lib/logging/handlers.py