diff options
author | Dong-hee Na <donghee.na@python.org> | 2021-07-17 10:10:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-17 10:10:43 (GMT) |
commit | d0b2b00c7d5ac3dc18d77bf4fcf607ee98c11650 (patch) | |
tree | d646e7a7f3ff18db2428c0bb1dfacae72d0317a8 /Tools/README | |
parent | 311ee83adb40a9b549af8e0b546a787e8eb01f5d (diff) | |
download | cpython-d0b2b00c7d5ac3dc18d77bf4fcf607ee98c11650.zip cpython-d0b2b00c7d5ac3dc18d77bf4fcf607ee98c11650.tar.gz cpython-d0b2b00c7d5ac3dc18d77bf4fcf607ee98c11650.tar.bz2 |
bpo-43425: Remove test2to3 from Tools (#26981)
Co-authored-by: Ćukasz Langa <lukasz@langa.pl>
Diffstat (limited to 'Tools/README')
-rw-r--r-- | Tools/README | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Tools/README b/Tools/README index b6d0b18..1f9d927 100644 --- a/Tools/README +++ b/Tools/README @@ -35,8 +35,6 @@ scripts A number of useful single-file programs, e.g. tabnanny.py stringbench A suite of micro-benchmarks for various operations on strings (both 8-bit and unicode). (*) -test2to3 A demonstration of how to use 2to3 transparently in setup.py. - unicode Tools for generating unicodedata and codecs from unicode.org and other mapping files (by Fredrik Lundh, Marc-Andre Lemburg and Martin von Loewis). |