Merged revisions 61846-61847 via svnmerge from

svn+ssh://pythondev@svn.python.org/python/trunk

........
  r61846 | martin.v.loewis | 2008-03-24 13:57:53 +0100 (Mo, 24 Mär 2008) | 2 lines

  Install 2to3 script.
........
  r61847 | martin.v.loewis | 2008-03-24 14:31:16 +0100 (Mo, 24 Mär 2008) | 2 lines

  Patch #2240: Implement signal.setitimer and signal.getitimer.
........
This commit is contained in:
Martin v. Löwis 2008-03-24 13:39:54 +00:00
parent 6cf49cf106
commit 823725e93c
9 changed files with 314 additions and 16 deletions

5
Tools/scripts/2to3 Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env python
from lib2to3 import refactor
import sys
sys.exit(refactor.main())