Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
cdbc977c
Commit
cdbc977c
authored
Mar 24, 2008
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Install 2to3 script.
parent
9bdead0a
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
0 deletions
+8
-0
Misc/NEWS
Misc/NEWS
+2
-0
Tools/scripts/2to3
Tools/scripts/2to3
+5
-0
setup.py
setup.py
+1
-0
No files found.
Misc/NEWS
View file @
cdbc977c
...
...
@@ -160,6 +160,8 @@ Tests
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
in the C89 standard library.
...
...
Tools/scripts/2to3
0 → 100755
View file @
cdbc977c
#!/usr/bin/env python
from
lib2to3
import
refactor
import
sys
sys
.
exit
(
refactor
.
main
())
setup.py
View file @
cdbc977c
...
...
@@ -1716,6 +1716,7 @@ def main():
# Scripts to install
scripts
=
[
'Tools/scripts/pydoc'
,
'Tools/scripts/idle'
,
'Tools/scripts/2to3'
,
'Lib/smtpd.py'
]
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment