[issue33687] uu.py calls os.path.chmod which doesn't exist

STINNER Victor report at bugs.python.org
Thu Jul 12 10:18:55 EDT 2018


STINNER Victor <vstinner at redhat.com> added the comment:

>  Please note that the mode is not just a parameter, it is also a data field inside the encoded input.

Oh... right...

"<mode> is the file's Unix file permissions as three octal digits (e.g. 644, 744). This is typically only significant to unix-like operating systems."

Ok, in that case, it's maybe better to fix the bug instead of removing the parameter.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33687>
_______________________________________


More information about the Python-bugs-list mailing list