[EMAIL PROTECTED] wrote:
Eric> I consider it a bug to rely on reference counting to close files,We can mostly have our cake and eat it too using the "with" statement. In most cases it should be sufficient I would think.
True, and I meant to mention that. But unfortunately, my work projects are stuck on 2.4 for the time being, so that doesn't help me much.
Eric. _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
