mirror of
https://github.com/python/cpython.git
synced 2026-03-18 19:01:17 +00:00
document exitfunc fixer
This commit is contained in:
parent
98e7b7644b
commit
d47667c32b
1 changed files with 5 additions and 0 deletions
|
|
@ -148,6 +148,11 @@ and off individually. They are described here in more detail.
|
|||
Removes usage of :func:`execfile`. The argument to :func:`execfile` is
|
||||
wrapped in calls to :func:`open`, :func:`compile`, and :func:`exec`.
|
||||
|
||||
.. 2to3fixer:: exitfunc
|
||||
|
||||
Changes assignment of :attr:`sys.exitfunc` to use of the :mod:`atexit`
|
||||
module.
|
||||
|
||||
.. 2to3fixer:: filter
|
||||
|
||||
Wraps :func:`filter` usage in a :class:`list` call.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue