summaryrefslogtreecommitdiff
path: root/Lib/test/test_import.py
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2007-11-04 11:37:22 +0000
committerChristian Heimes <christian@cheimes.de>2007-11-04 11:37:22 +0000
commit9c1257ecf83cc52986995367cedbb093fda140af (patch)
tree729765b673ecac5aaf090ecad25fadd6fed534be /Lib/test/test_import.py
parentdb62967a46e3ced2c731a5f4dc7846ac696827f2 (diff)
downloadcpython-git-9c1257ecf83cc52986995367cedbb093fda140af.tar.gz
Disabled test_sys_path_with_unicode for now
Fixed encoding of author name in tarfile.py.
Diffstat (limited to 'Lib/test/test_import.py')
-rw-r--r--Lib/test/test_import.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_import.py b/Lib/test/test_import.py
index efae24dc58..cdee38d89e 100644
--- a/Lib/test/test_import.py
+++ b/Lib/test/test_import.py
@@ -171,7 +171,7 @@ class PathsTests(unittest.TestCase):
shutil.rmtree(self.path)
sys.path = self.syspath
- def test_sys_path_with_unicode(self):
+ def XXX_test_sys_path_with_unicode(self):
for i, subpath in enumerate(self.SAMPLES):
path = os.path.join(self.path, subpath)
os.mkdir(path)