Staging
v0.5.1
https://github.com/python/cpython
Revision a81c8564365d4485bcf1d413b92fb275c091831d authored by Gregory P. Smith on 03 June 2012, 21:30:44 UTC, committed by Gregory P. Smith on 03 June 2012, 21:30:44 UTC
when the path existed and had the S_ISGID mode bit set when it was not
explicitly asked for.  This is no longer an exception as mkdir cannot control
if the OS sets that bit for it or not.
1 parent 9f44a66
Raw File
Tip revision: a81c8564365d4485bcf1d413b92fb275c091831d authored by Gregory P. Smith on 03 June 2012, 21:30:44 UTC
Fixes Issue #14992: os.makedirs(path, exist_ok=True) would raise an OSError
Tip revision: a81c856
.bzrignore
ยด.purify
autom4te.cache
config.log
config.cache
config.status
config.status.lineno
db_home
Makefile
buildno
python
build
Makefile.pre
platform
pybuilddir.txt
pyconfig.h
libpython*.a
libpython*.so*
python.exe
python-gdb.py
reflog.txt
tags
TAGS
.gdb_history
Doc/tools/sphinx
Doc/tools/jinja
Doc/tools/jinja2
Doc/tools/pygments
Doc/tools/docutils
Misc/python.pc
Modules/Setup
Modules/Setup.config
Modules/Setup.local
Modules/config.c
Modules/ld_so_aix
Parser/pgen
Parser/pgen.stamp
Lib/test/data/*
Lib/lib2to3/Grammar*.pickle
Lib/lib2to3/PatternGrammar*.pickle
__pycache__
.coverage
coverage/*
htmlcov/*
back to top