summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2021-07-25-08-17-55.bpo-42378.WIhUZK.rst
blob: 90c3961dc87d8bb893bf467612142f59aa5c8bf2 (plain)
1
2
3
4
Fixes the issue with log file being overwritten when
:class:`logging.FileHandler` is used in :mod:`atexit` with *filemode* set to
``'w'``. Note this will cause the message in *atexit* not being logged if
the log stream is already closed due to shutdown of logging.