diff options
author | Georg Brandl <georg@python.org> | 2013-03-28 12:28:55 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-03-28 12:28:55 (GMT) |
commit | 1bab7134a8d2e431ccca11a45ba4acb4203db495 (patch) | |
tree | 0d65ff15a549ddf8d5a815c7c66b7e1f1f58263d /Doc/library/functions.rst | |
parent | 8cb15bf6ff32b6d9faee29efaae43334fe019360 (diff) | |
parent | 44ea77bd817c0b50e01344b7e8758995aaeebb63 (diff) | |
download | cpython-1bab7134a8d2e431ccca11a45ba4acb4203db495.zip cpython-1bab7134a8d2e431ccca11a45ba4acb4203db495.tar.gz cpython-1bab7134a8d2e431ccca11a45ba4acb4203db495.tar.bz2 |
Merge with 3.3.
Diffstat (limited to 'Doc/library/functions.rst')
-rw-r--r-- | Doc/library/functions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index ceb75d2..0304431 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -853,7 +853,7 @@ are always available. They are listed here in alphabetical order. ========= =============================================================== Character Meaning - --------- --------------------------------------------------------------- + ========= =============================================================== ``'r'`` open for reading (default) ``'w'`` open for writing, truncating the file first ``'x'`` open for exclusive creation, failing if the file already exists |