Is RAII possible in Python?

MetalOne jcb at iteris.com
Sat Nov 15 20:34:00 EST 2003


You need to use the try/finally statement or see PEP 310.
http://www.python.org/peps/pep-0310.html




More information about the Python-list mailing list