diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2011-06-07 18:27:42 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2011-06-07 18:27:42 -0400 |
| commit | 8a2ac3faca8be48515391ad008381270dd5b9944 (patch) | |
| tree | f584d831c3e55a5954a05ca7e7e5fee00cfcf086 /docs/python3.txt | |
| parent | 45971fbd842117b9f37a4b844b61a4d278044830 (diff) | |
| download | python-setuptools-bitbucket-8a2ac3faca8be48515391ad008381270dd5b9944.tar.gz | |
Updated documentation to reflect implementation
Diffstat (limited to 'docs/python3.txt')
| -rw-r--r-- | docs/python3.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/python3.txt b/docs/python3.txt index d5c3da67..82d8e4e2 100644 --- a/docs/python3.txt +++ b/docs/python3.txt @@ -81,8 +81,10 @@ Advanced features ================= If certain fixers are to be suppressed, this again can be overridden with the -list ``setuptools.commands.build_py.build_py.fixers``, which then contains the -list of all fixer class names. +list ``setuptools.command.build_py.build_py.fixer_names``, which at some +point contains the list of all fixer class names. For an example of how this +can be done, see the `jaraco.util <https://bitbucket.org/jaraco/jaraco.util>`_ +project. If you don't want to run the 2to3 conversion on the doctests in Python files, you can turn that off by setting ``setuptools.use_2to3_on_doctests = False``. |
