File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,11 @@ single file::
16
16
python-modernize -w example.py
17
17
18
18
It does not guarantee, but it attempts to spit out a codebase compatible
19
- with Python 2.6+ or Python 3. The code that it generates has a runtime
19
+ with Python 2.6+ or Python 3. The code that it generates has a runtime
20
20
dependency on `six <https://pypi.python.org/pypi/six >`_, unless the
21
- ``--no-six `` option is used. Some of the fixers output code that is not
22
- compatible with Python 2.5 or lower.
21
+ ``--no-six `` option is used. Version 1.8.0 or later of ``six `` is
22
+ recommended. Some of the fixers output code that is not compatible with
23
+ Python 2.5 or lower.
23
24
24
25
See the ``LICENSE `` file for the license of ``python-modernize ``.
25
26
Using this tool does not affect licensing of the modernized code.
You can’t perform that action at this time.
0 commit comments