Improve distutils and lib2to3 (#5763)

Add missing elements to distutils.util:

* run_2to3()
* copydir_run_2to3()
* Mixin2to3

Use PEP 604 and PEP 585.

Add lib2to3.refactor.
This commit is contained in:
Sebastian Rittau
2021-07-12 20:15:54 +02:00
committed by GitHub
parent 7c382c7cd8
commit 3bb397055c
3 changed files with 100 additions and 7 deletions
+1
View File
@@ -19,6 +19,7 @@
"stubs/scribe",
"stubs/tornado",
// Modules that are incomplete in some way.
"stdlib/lib2to3/refactor.pyi",
"stdlib/sqlite3/dbapi2.pyi",
"stdlib/tkinter",
"stdlib/xml/dom",