Christian Heimes added the comment:

On Linux both 2.5 and 2.6 are raising an exception:

>>> f = open("/etc/passwd")
>>> print >>f, "Hello"
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
IOError: [Errno 9] Bad file descriptor

----------
nosy: +tiran

_____________________________________
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1653416>
_____________________________________
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to