]> granicus.if.org Git - python/commit
Merged revisions 78242 via svnmerge from
authorBrett Cannon <bcannon@gmail.com>
Fri, 19 Feb 2010 16:05:28 +0000 (16:05 +0000)
committerBrett Cannon <bcannon@gmail.com>
Fri, 19 Feb 2010 16:05:28 +0000 (16:05 +0000)
commit39440b14cd4481e138bce568d81663315f1f7cc4
tree6e747519cd196c0e635676d4bd1daad2bca9c163
parent9603428755a644c01ebfd356e2f90864291a26a8
Merged revisions 78242 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r78242 | brett.cannon | 2010-02-19 11:01:06 -0500 (Fri, 19 Feb 2010) | 5 lines

  Importlib was not matching import's handling of .pyc files where it had less
  then 8 bytes total in the file.

  Fixes issues 7361 & 7875.
........
Lib/importlib/_bootstrap.py
Lib/importlib/test/source/test_file_loader.py
Misc/NEWS