mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Merge with 3.3.
This commit is contained in:
commit
1bab7134a8
32 changed files with 129 additions and 30 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue