bpo-43425: Remove test2to3 from Tools (#26981) · python/cpython@d0b2b00 (original) (raw)

File tree

9 files changed

lines changed

9 files changed

lines changed

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
1 +Removed the 'test2to3' demo project that demonstrated using lib2to3
2 +to support Python 2.x and Python 3.x from a single source in
3 +a distutils package. Patch by Dong-hee Na
Original file line number Diff line number Diff line change
@@ -35,8 +35,6 @@ scripts A number of useful single-file programs, e.g. tabnanny.py
35 35 stringbench A suite of micro-benchmarks for various operations on
36 36 strings (both 8-bit and unicode). (*)
37 37
38 -test2to3 A demonstration of how to use 2to3 transparently in setup.py.
39 -
40 38 unicode Tools for generating unicodedata and codecs from unicode.org
41 39 and other mapping files (by Fredrik Lundh, Marc-Andre Lemburg
42 40 and Martin von Loewis).