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.
Created on 2007年11月02日 23:45 by gvanrossum, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (5) | |||
|---|---|---|---|
| msg57079 - (view) | Author: Guido van Rossum (gvanrossum) * (Python committer) | Date: 2007年11月02日 23:45 | |
Error output: test_import@test/test????test test_import failed -- Traceback (most recent call last): File "/usr/local/google/home/guido/python/py3k-main/Lib/test/test_import.py", line 184, in test_sys_path_with_unicode mod = __import__("testimport%i" % i)ImportError: No module named testimport1 |
|||
| msg57093 - (view) | Author: Christian Heimes (christian.heimes) * (Python committer) | Date: 2007年11月04日 11:20 | |
I'm going to disable the test for now. |
|||
| msg57287 - (view) | Author: Guido van Rossum (gvanrossum) * (Python committer) | Date: 2007年11月09日 00:23 | |
I wouldn't close this until it's fixed. |
|||
| msg57674 - (view) | Author: Christian Heimes (christian.heimes) * (Python committer) | Date: 2007年11月20日 00:47 | |
Martin gave some insight into the problem http://permalink.gmane.org/gmane.comp.python.python-3000.devel/10949 The test isn't going to work on systems that don't support UTF-8. |
|||
| msg58873 - (view) | Author: Christian Heimes (christian.heimes) * (Python committer) | Date: 2007年12月20日 13:16 | |
I've removed the disabled test from py3k. There is no chance it is going to work on all systems. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:27 | admin | set | github: 45718 |
| 2008年01月06日 22:29:45 | admin | set | keywords:
- py3k versions: Python 3.0 |
| 2007年12月20日 13:16:46 | christian.heimes | set | status: open -> closed messages: + msg58873 |
| 2007年11月20日 00:47:46 | christian.heimes | set | priority: normal messages: + msg57674 |
| 2007年11月09日 00:23:37 | gvanrossum | set | status: closed -> open messages: + msg57287 |
| 2007年11月08日 13:32:29 | christian.heimes | set | status: open -> closed resolution: accepted -> remind |
| 2007年11月04日 11:20:14 | christian.heimes | set | keywords:
+ py3k resolution: accepted superseder: Crash on Windows if Python runs from a directory with umlauts messages: + msg57093 |
| 2007年11月02日 23:45:03 | gvanrossum | create | |