From 38896a09fc855ee5e5fbd5ad47e7d502546cf251 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Tue, 7 Jun 2011 18:27:42 -0400 Subject: Updated documentation to reflect implementation --HG-- branch : distribute extra : rebase_source : e261625bedbacd836d2b8343f1ff0ff604bb8cfb --- docs/python3.txt | 6 ++++-- 1 file 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 `_ +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``. -- cgit v1.2.1