Message302507
Documentation of os.makedirs says "The default mode is 0777 (octal)" but when I use os.makedirs("foo"), the directory is created with permissions 0755.
Documentation should be updated or default mode fixed.
I've tested it only with Python 2.7.6 and 3.4.3 (those installed on my computer). |
|
Date |
User |
Action |
Args |
2017-09-19 08:04:54 | fpom | set | recipients:
+ fpom, docs@python |
2017-09-19 08:04:54 | fpom | set | messageid: <1505808294.39.0.0123921677022.issue31515@psf.upfronthosting.co.za> |
2017-09-19 08:04:54 | fpom | link | issue31515 messages |
2017-09-19 08:04:54 | fpom | create | |
|