You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When files are opened with the builtin open, then the mode must be considered
to permit various operations. For example, if the file is opened for reading
only, then write() and writelines() must result in IOError, when the file is
not opened for reading, then read() and readlines() must result in IOError.
Also, when the file is only opened for reading, flush() must do nothing.
Original issue reported on code.google.com by [email protected] on 3 Jun 2013 at 5:24
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 3 Jun 2013 at 5:24The text was updated successfully, but these errors were encountered: