This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients barry, brett.cannon, ncoghlan, pitrou
Date 2011-05-19.16:18:05
SpamBayes Score 7.0244923e-06
Marked as misclassified No
Message-id <1305821886.01.0.955278848895.issue12117@psf.upfronthosting.co.za>
In-reply-to
Content
I get the following failure under a fresh checkout:

======================================================================
ERROR: test_file_from_empty_string_dir (importlib.test.source.test_file_loader.SimpleTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/antoine/t/cpython/Lib/importlib/test/source/test_file_loader.py", line 129, in test_file_from_empty_string_dir
    shutil.rmtree(pycache)
  File "/home/antoine/t/cpython/Lib/shutil.py", line 270, in rmtree
    onerror(os.listdir, path, sys.exc_info())
  File "/home/antoine/t/cpython/Lib/shutil.py", line 268, in rmtree
    names = os.listdir(path)
OSError: [Errno 2] No such file or directory: '__pycache__'
History
Date User Action Args
2011-05-19 16:18:06pitrousetrecipients: + pitrou, barry, brett.cannon, ncoghlan
2011-05-19 16:18:06pitrousetmessageid: <1305821886.01.0.955278848895.issue12117@psf.upfronthosting.co.za>
2011-05-19 16:18:05pitroulinkissue12117 messages
2011-05-19 16:18:05pitroucreate