This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Lovesh Harchandani
Recipients Lovesh Harchandani
Date 2017-07-22.07:17:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1500707842.79.0.354493990388.issue30989@psf.upfronthosting.co.za>
In-reply-to
Content
At `/Lib/logging/handlers.py` in `TimedRotatingFileHandler`'s `getFilesToDelete` method, filenames are sorted using `result.sort()` regardless of `len(result)`, if `len(result)` < backupCount, sorting is not required.
History
Date User Action Args
2017-07-22 07:17:22Lovesh Harchandanisetrecipients: + Lovesh Harchandani
2017-07-22 07:17:22Lovesh Harchandanisetmessageid: <1500707842.79.0.354493990388.issue30989@psf.upfronthosting.co.za>
2017-07-22 07:17:22Lovesh Harchandanilinkissue30989 messages
2017-07-22 07:17:22Lovesh Harchandanicreate