Kaydet (Commit) cdbc977c authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Install 2to3 script.

üst 9bdead0a
...@@ -160,6 +160,8 @@ Tests ...@@ -160,6 +160,8 @@ Tests
Build Build
----- -----
- A new script 2to3 is now installed, to run the 2.x to 3.x converter.
- Python/memmove.c and Python/strerror.c have been removed; both functions are - Python/memmove.c and Python/strerror.c have been removed; both functions are
in the C89 standard library. in the C89 standard library.
......
#!/usr/bin/env python
from lib2to3 import refactor
import sys
sys.exit(refactor.main())
...@@ -1716,6 +1716,7 @@ def main(): ...@@ -1716,6 +1716,7 @@ def main():
# Scripts to install # Scripts to install
scripts = ['Tools/scripts/pydoc', 'Tools/scripts/idle', scripts = ['Tools/scripts/pydoc', 'Tools/scripts/idle',
'Tools/scripts/2to3',
'Lib/smtpd.py'] 'Lib/smtpd.py']
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment