Message23335
Logged In: YES
user_id=21627
I don't think the patch is right. If somebody explicitly
invokes sys.stdout.close(), this should have the same effect
as invoking fclose(stdout) in C.
It currently doesn't, but with meyering's patch from
2004-12-02 10:20, it still doesn't, so the patch is incorrect.
It might be better to explicitly invoke fclose() if the file
object has no associated f_close function. |
|
| Date |
User |
Action |
Args |
| 2007-08-23 14:27:50 | admin | link | issue1074011 messages |
| 2007-08-23 14:27:50 | admin | create | |
|