diff options
author | Georg Brandl <georg@python.org> | 2006-03-31 20:00:11 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-03-31 20:00:11 +0000 |
commit | 54a188aed8cc8333927a679bb00eda4e25aa0cba (patch) | |
tree | d7e8d7a2b743c63927216d8060bae4625734b134 /Python/compile.c | |
parent | dcdfd22bb411ebf0d58bba135455c4abf2bc9ce1 (diff) | |
download | cpython-git-54a188aed8cc8333927a679bb00eda4e25aa0cba.tar.gz |
bug #1461855: make os.fdopen() add the O_APPEND flag if using "a" mode.
glibc, for example, does this already on its own, but it seems that
the solaris libc doesn't. This leads to Python code being able to over-
write file contents even though having specified "a" mode.
Diffstat (limited to 'Python/compile.c')
0 files changed, 0 insertions, 0 deletions