]> granicus.if.org Git - python/commitdiff
document exitfunc fixer
authorBenjamin Peterson <benjamin@python.org>
Sat, 20 Mar 2010 16:16:44 +0000 (16:16 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sat, 20 Mar 2010 16:16:44 +0000 (16:16 +0000)
Doc/library/2to3.rst

index 6f675b0576546656b4b3a0746f9dc2ccbf3f63c4..0fcd49319a46b11ccc59c32315eadbb33cba7bf3 100644 (file)
@@ -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.