cpython/Lib/importlib/test/source
Brett Cannon 39440b14cd 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.
........
2010-02-19 16:05:28 +00:00
..
__init__.py
test_abc_loader.py Merged revisions 73715 via svnmerge from 2009-08-13 08:51:18 +00:00
test_case_sensitivity.py Tests for case-senstivity were not being skipped for darwin when installed on a 2009-05-11 01:47:11 +00:00
test_file_loader.py Merged revisions 78242 via svnmerge from 2010-02-19 16:05:28 +00:00
test_finder.py Merged revisions 73715 via svnmerge from 2009-08-13 08:51:18 +00:00
test_path_hook.py Merged revisions 73715 via svnmerge from 2009-08-13 08:51:18 +00:00
test_source_encoding.py Finish properly hiding importlib implementation code. 2009-03-12 22:47:53 +00:00
util.py Merged revisions 76113-76114 via svnmerge from 2009-11-05 01:34:30 +00:00