This website requires JavaScript.
Explore
Help
Sign in
Stowage
/
cpython
Watch
2
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-11-11 19:12:05 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
cadd7864d8
cpython
/
Tools
/
scripts
/
2to3
6 lines
96 B
Text
Raw
Normal View
History
Unescape
Escape
Install 2to3 script.
2008-03-24 12:57:53 +00:00
#!/usr/bin/env python
import sys
Merged revisions 83833,83838-83839,83859,83878 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83833 | florent.xicluna | 2010-08-08 18:25:27 +0200 (dim., 08 août 2010) | 2 lines Add test case for the HTTPResponse being an iterable. Follow-up of issue #4608. ........ r83838 | florent.xicluna | 2010-08-08 20:03:44 +0200 (dim., 08 août 2010) | 2 lines Typo. ........ r83839 | florent.xicluna | 2010-08-08 20:06:13 +0200 (dim., 08 août 2010) | 2 lines Issue #7564: Skip test_ioctl if another process is attached to /dev/tty. ........ r83859 | florent.xicluna | 2010-08-09 00:07:16 +0200 (lun., 09 août 2010) | 2 lines Fix #8530: Prevent stringlib fastsearch from reading beyond the front of an array. ........ r83878 | florent.xicluna | 2010-08-09 10:29:08 +0200 (lun., 09 août 2010) | 1 line Merge the 2to3 script from /sandbox/trunk/2to3/2to3, revision 72867 (latest). ........
2010-08-09 20:02:00 +00:00
from lib2to3.main import main
Install 2to3 script.
2008-03-24 12:57:53 +00:00
update 2to3 script from 2to3 trunk
2008-09-03 01:53:28 +00:00
sys.exit(main("lib2to3.fixes"))
Reference in a new issue
Copy permalink