[issue5646] test_importlib fails for py3k on Windows

2009-04-03 Thread Brett Cannon
Changes by Brett Cannon br...@python.org: -- resolution: - fixed stage: commit review - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue5646 ___

[issue5646] test_importlib fails for py3k on Windows

2009-04-02 Thread Brett Cannon
Brett Cannon br...@python.org added the comment: Can you svn up and run them again? Some stuff has changed if you are running against 3.1a1. -- assignee: - brett.cannon components: +Library (Lib) -Tests, Windows nosy: +brett.cannon priority: - critical type: - behavior

[issue5646] test_importlib fails for py3k on Windows

2009-04-02 Thread Brett Cannon
Brett Cannon br...@python.org added the comment: Thanks, Kristján, for the quick response. I will see if I can figure why the heck this is differing on Vista (almost all the code is platform-agnostic Python so this will be an interesting thing to try to fix). -- stage: - test needed

[issue5646] test_importlib fails for py3k on Windows

2009-04-02 Thread Brett Cannon
Brett Cannon br...@python.org added the comment: I committed a fix in r71057 where instead of hard-coding the paths I moved over to os.path.join(). Let me know if that fixes it. As for the deletion hole that Vista has, it could be added to test.test_support.unlink(), but talking here at PyCon