Issue906256

classification
Title: Follow spec for read modes of open()
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: fwierzbicki Nosy List: ellisj, fwierzbicki
Priority: normal Keywords: patch

Created on 2004-02-27.23:29:18 by ellisj, last changed 2005-06-30.14:44:28 by fwierzbicki.

Files
File name Uploaded Description Edit Remove
open-patch.txt ellisj, 2004-02-27.23:29:18
Messages
msg2371 (view) Author: Jonathan Ellis (ellisj) Date: 2004-02-27.23:29:18
opening a file with a mode starting with "r" should
raise IOError if a file with the given name does not exist.

bug report (zipfile opens with r+ when told to open for
append):
http://sourceforge.net/tracker/index.php?func=detail&aid=621502&group_id=12867&atid=112867
msg2372 (view) Author: Frank Wierzbicki (fwierzbicki) Date: 2005-06-30.14:44:28
Logged In: YES 
user_id=193969

Applied.
History
Date User Action Args
2004-02-27 23:29:18ellisjcreate