[issue6609] zipfile: WindowsError [267] The directory name is invalid

Gabriel Genellina report at bugs.python.org
Mon Aug 3 09:36:28 CEST 2009


Gabriel Genellina <gagsl-py2 at yahoo.com.ar> added the comment:

You're right, "aux" is a reserved name on Windows (like prn, con, and a 
few others). There is a way to force the OS to actually create such 
files, but not every tool can handle them correctly.

If the zip file is intended to be Windows-compatible, it should not use 
such names; ask the project developers.

----------
nosy: +gagenellina

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6609>
_______________________________________


More information about the Python-bugs-list mailing list