Skip to content

Commit 77658bd

Browse files
committed
Mention 2to3.
1 parent 539c165 commit 77658bd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Tools/README

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ pybench Comprehensive Python benchmarking suite.
2626
pynche A Tkinter-based color editor.
2727

2828
scripts A number of useful single-file programs, e.g. tabnanny.py
29-
(by Tim Peters), which checks for inconsistent mixing
30-
of tabs and spaces.
29+
by Tim Peters, which checks for inconsistent mixing of
30+
tabs and spaces, and 2to3, which converts Python 2 code
31+
to Python 3 code.
3132

3233
ssl Currently, a tool to fetch server certificates.
3334

0 commit comments

Comments
 (0)