summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2020-10-31-01-16-49.bpo-26789.9BdNAt.rst
blob: d8832401c932b20c3516fcfde4ba706801b4561a (plain)
1
2
3
4
The :class:`logging.FileHandler` class now keeps a reference to the builtin
:func:`open` function to be able to open or reopen the file during Python
finalization. Fix errors like: ``NameError: name 'open' is not defined``. Patch
by Victor Stinner.