[issue1653416] OS X print >> f, "Hello" produces no error on read-only f: normal?

2012-12-30 Thread Ned Deily
Ned Deily added the comment: An update: the problem with OS X behavior appears to have been fixed between OS X 10.6 and 10.7. As of 10.7, print to a read-only file also fails as on linux: >>> print >> f, "Hi" Traceback (most recent call last): File "", line 1, in IOError: [Errno 9] Bad file

[issue1653416] OS X print >> f, "Hello" produces no error on read-only f: normal?

2010-09-16 Thread Eric O. LEBIGOT
Changes by Eric O. LEBIGOT : -- title: OS X print >> f, "Hello" produces no error: normal? -> OS X print >> f, "Hello" produces no error on read-only f: normal? ___ Python tracker ___