| commit | 49ee82c4eb18003a198a6fc02f2bbbcb5d931180 | [log] [tgz] |
|---|---|---|
| author | R. David Murray <rdmurray@bitdance.com> | Mon Dec 27 04:37:25 2010 +0000 |
| committer | R. David Murray <rdmurray@bitdance.com> | Mon Dec 27 04:37:25 2010 +0000 |
| tree | 7f5dfb9614d8e1e8c2559868eaaa2fc3737092bd | |
| parent | 82f58460b2f3ba36ae1b42738d486783865bdd68 [diff] |
Merged revisions 87508 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r87508 | r.david.murray | 2010-12-26 23:31:48 -0500 (Sun, 26 Dec 2010) | 5 lines Skip test that does not raise an error on Windows. I'm assuming that the putative path from the malformed pth file is simply not found and therefore ignored. ........