]> granicus.if.org Git - python/commit
bpo-30989: Sort in TimedRotatingFileHandler only when needed. (GH-2812)
authorLovesh Harchandani <lovesh@users.noreply.github.com>
Fri, 27 Oct 2017 07:04:33 +0000 (09:04 +0200)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Fri, 27 Oct 2017 07:04:33 +0000 (08:04 +0100)
commitafad147b59fe84b12317f7340ddd2deeecb22321
treec8baf4e9a25c1417c6253b081ae22880b896faf6
parentd609b0c24ebdb748cabcc6c062dfc86f9000e6c4
bpo-30989: Sort in TimedRotatingFileHandler only when needed. (GH-2812)

TimedRotatingFileHandler.getFilesToDelete() now sorts only when needed.
Lib/logging/handlers.py