Changes by Lovesh Harchandani :
--
pull_requests: +2863
___
Python tracker
<http://bugs.python.org/issue30989>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Lovesh Harchandani :
--
type: -> enhancement
___
Python tracker
<http://bugs.python.org/issue30989>
___
___
Python-bugs-list mailing list
Unsubscrib
Changes by Lovesh Harchandani :
--
components: +Library (Lib)
___
Python tracker
<http://bugs.python.org/issue30989>
___
___
Python-bugs-list mailing list
Unsub
New submission from Lovesh Harchandani:
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.
--
messages: 298