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.
|