Merge with 3.3.

This commit is contained in:
Georg Brandl 2013-03-28 13:28:55 +01:00
commit 1bab7134a8
32 changed files with 129 additions and 30 deletions

View file

@ -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