Giampaolo Rodola' <[email protected]> added the comment: I'm not sure how to reproduce this issue but I doubt calling close() from __del__ would solve the problem, neither would be a good idea as close() might end up being called more than once, which is not desirable.
Try to paste the code you're using: the problem might be that your application is not calling close() for some reason. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue6768> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
