From 77658bd9ad81674235f15cf120b195250b5b7c4d Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 14 Oct 2010 06:48:47 +0000 Subject: [PATCH] Mention 2to3. --- Tools/README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Tools/README b/Tools/README index 109e39ddd71..2007e440afa 100644 --- a/Tools/README +++ b/Tools/README @@ -26,8 +26,9 @@ pybench Comprehensive Python benchmarking suite. pynche A Tkinter-based color editor. scripts A number of useful single-file programs, e.g. tabnanny.py - (by Tim Peters), which checks for inconsistent mixing - of tabs and spaces. + by Tim Peters, which checks for inconsistent mixing of + tabs and spaces, and 2to3, which converts Python 2 code + to Python 3 code. ssl Currently, a tool to fetch server certificates.