[issue11065] Fatal can't locate locale errors when zip file with directories is on the PYTHONPATH.

2011-01-29 Thread Ned Batchelder
New submission from Ned Batchelder ned...@users.sourceforge.net: Run this shell script against 3.2, and it will fail. Against 3.1, it succeeds. I've been running tests on Ubuntu 10.10. mkdir -p sub cat sub/modzip.py END_PY j = 1 END_PY zip zipmod.zip sub/modzip.py PYTHONPATH=zipmod.zip

[issue11065] Fatal can't locate locale errors when zip file with directories is on the PYTHONPATH.

2011-01-29 Thread Ned Batchelder
Ned Batchelder ned...@users.sourceforge.net added the comment: With help from ned_deily in #python-dev, we confirmed this is a dup of http://bugs.python.org/issue10955, and is already fixed. -- resolution: - duplicate ___ Python tracker

[issue11065] Fatal can't locate locale errors when zip file with directories is on the PYTHONPATH.

2011-01-29 Thread Ned Deily
Changes by Ned Deily n...@acm.org: -- status: open - closed superseder: - Possible regression with stdlib in zipfile ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11065 ___