8000 bpo-43425: Remove test2to3 from Tools (#26981) · python/cpython@d0b2b00 · GitHub
[go: up one dir, main page]

Skip to content

Commit d0b2b00

Browse files
corona10ambv
andauthored
bpo-43425: Remove test2to3 from Tools (#26981)
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
1 parent 311ee83 commit d0b2b00

File tree

9 files changed

+3
-74
lines changed

9 files changed

+3
-74
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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

Tools/README

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ scripts A number of useful single-file programs, e.g. tabnanny.py
3535
stringbench A suite of micro-benchmarks for various operations on
3636
strings (both 8-bit and unicode). (*)
3737

38-
test2to3 A demonstration of how to use 2to3 transparently in setup.py.
39-
4038
unicode Tools for generating unicodedata and codecs from unicode.org
4139
and other mapping files (by Fredrik Lundh, Marc-Andre Lemburg
4240
and Martin von Loewis).

Tools/test2to3/README

Lines changed: 0 additions & 3 deletions
This file was deleted.

Tools/test2to3/maintest.py

Lines changed: 0 additions & 10 deletions
This file was deleted.

Tools/test2to3/setup.py

Lines changed: 0 additions & 26 deletions
This file was deleted.

Tools/test2to3/test/runtests.py

Lines changed: 0 additions & 19 deletions
This file was deleted.

Tools/test2to3/test/test_foo.py

Lines changed: 0 additions & 8 deletions
This file was deleted.

Tools/test2to3/test2to3/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

Tools/test2to3/test2to3/hello.py

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0