Skip to content

Commit

Permalink
bpo-43425: Remove test2to3 from Tools (#26981)
Browse files Browse the repository at this point in the history
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
  • Loading branch information
corona10 and ambv committed Jul 17, 2021
1 parent 311ee83 commit d0b2b00
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 74 deletions.
@@ -0,0 +1,3 @@
Removed the 'test2to3' demo project that demonstrated using lib2to3
to support Python 2.x and Python 3.x from a single source in
a distutils package. Patch by Dong-hee Na
2 changes: 0 additions & 2 deletions Tools/README
Expand Up @@ -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).
Expand Down
3 changes: 0 additions & 3 deletions Tools/test2to3/README

This file was deleted.

10 changes: 0 additions & 10 deletions Tools/test2to3/maintest.py

This file was deleted.

26 changes: 0 additions & 26 deletions Tools/test2to3/setup.py

This file was deleted.

19 changes: 0 additions & 19 deletions Tools/test2to3/test/runtests.py

This file was deleted.

8 changes: 0 additions & 8 deletions Tools/test2to3/test/test_foo.py

This file was deleted.

1 change: 0 additions & 1 deletion Tools/test2to3/test2to3/__init__.py

This file was deleted.

5 changes: 0 additions & 5 deletions Tools/test2to3/test2to3/hello.py

This file was deleted.

0 comments on commit d0b2b00

Please sign in to comment.