[issue2236] Distutils' mkpath implementation ignoring the "mode" parameter

Henrique Romano report at bugs.python.org
Tue Mar 4 21:56:48 CET 2008


New submission from Henrique Romano:

The default value for mkpath's mode parameter is 0777 but it isn't used
at any place; attached is a patch that just pass the parameter to
os.mkdir call, this seems to fix the problem.

----------
components: Library (Lib)
files: python2.5-distutils_mkpath_filemode.v1.diff
keywords: patch
messages: 63259
nosy: henrique
severity: normal
status: open
title: Distutils' mkpath implementation ignoring the "mode" parameter
type: resource usage
versions: Python 2.5
Added file: http://bugs.python.org/file9605/python2.5-distutils_mkpath_filemode.v1.diff

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2236>
__________________________________


More information about the Python-bugs-list mailing list