Carlos Henrique Romano added the comment:
Updating test in order to consider umask, this is supposed to fix buildbot
issues.
--
Added file:
http://bugs.python.org/file18927/python-distutils_mkpath_filemode-test-update.diff
___
Python tracker
Carlos Henrique Romano added the comment:
Improving tests
--
Added file:
http://bugs.python.org/file18887/python-distutils_mkpath_filemode-v2.diff
___
Python tracker
<http://bugs.python.org/issue2
Changes by Carlos Henrique Romano :
Removed file:
http://bugs.python.org/file18885/python-distutils_mkpath_filemode-v1.diff
___
Python tracker
<http://bugs.python.org/issue2
Carlos Henrique Romano added the comment:
Patch updated, now it includes test.
--
nosy: +chromano
Added file:
http://bugs.python.org/file18885/python-distutils_mkpath_filemode-v1.diff
___
Python tracker
<http://bugs.python.org/issue2
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: