Staging
v0.8.1
https://github.com/python/cpython
Revision 966d0e0930e9d73456a47ff459ea04ea8dc1cf9c authored by Martin v. Löwis on 24 March 2008, 00:46:53 UTC, committed by Martin v. Löwis on 24 March 2008, 00:46:53 UTC
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3

........
  r61730 | martin.v.loewis | 2008-03-22 02:20:58 +0100 (Sa, 22 Mär 2008) | 2 lines

  More explicit relative imports.
........
  r61755 | david.wolever | 2008-03-22 21:33:52 +0100 (Sa, 22 Mär 2008) | 1 line

  Fixing #2446 -- 2to3 now translates 'import foo' to 'from . import foo'
........
  r61824 | david.wolever | 2008-03-24 01:30:24 +0100 (Mo, 24 Mär 2008) | 3 lines

  Fixed a bug where 'from itertools import izip' would return 'from itertools import'
........
1 parent 440ca77
History
Tip revision: 966d0e0930e9d73456a47ff459ea04ea8dc1cf9c authored by Martin v. Löwis on 24 March 2008, 00:46:53 UTC
Merged revisions 61724-61824 via svnmerge from
Tip revision: 966d0e0
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.hgtags -rw-r--r-- 3.3 KB
LICENSE -rw-r--r-- 13.4 KB
Makefile.pre.in -rw-r--r-- 36.4 KB
README -rw-r--r-- 55.0 KB
configure -rwxr-xr-x 642.4 KB
configure.in -rw-r--r-- 98.1 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 28.3 KB
setup.py -rw-r--r-- 73.9 KB

README

back to top