Kaydet (Commit) d47667c3 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

document exitfunc fixer

üst 98e7b764
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment