![](https://secure.gravatar.com/avatar/877843768bf713e944d87230c2513902.jpg?s=120&d=mm&r=g)
Oct. 23, 2004
3:15 p.m.
On Wed, Oct 20, 2004 at 05:07:59PM +0200, Ludovic Aubry wrote:
Hi,
I would say it is not safe:
.. or in this example: $ python -c 'import os; os.write(4, "the text\n")' 4>the_file $ cat the_file the text If Python changed to break this behavior, it would be a tragedy. Jeff