[issue26559] logging.handlers.MemoryHandler flushes on shutdown but not removal

2016-07-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset a399daacb591 by Vinay Sajip in branch 'default': Closes #26559: Allow configuring flush-on-close behaviour of MemoryHandler. https://hg.python.org/cpython/rev/a399daacb591 -- nosy: +python-dev resolution: -> fixed stage: -> resolved

[issue26559] logging.handlers.MemoryHandler flushes on shutdown but not removal

2016-03-14 Thread Ned Deily
Changes by Ned Deily : -- nosy: +vinay.sajip ___ Python tracker ___ ___ Python-bugs-list

[issue26559] logging.handlers.MemoryHandler flushes on shutdown but not removal

2016-03-14 Thread David Escott
New submission from David Escott: The documentation suggests using a MemoryHandler object to buffer log messages and conditionally output them. https://docs.python.org/3/howto/logging-cookbook.html#buffering-logging-messages-and-outputting-them-conditionally However the documentation does not