Is RAII possible in Python?
MetalOne
jcb at iteris.com
Sat Nov 15 20:34:00 EST 2003
Previous message (by thread):
Is RAII possible in Python?
Next message (by thread):
pyOpenGL for python 2.3
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
You need to use the try/finally statement or see PEP 310.
http://www.python.org/peps/pep-0310.html
Previous message (by thread):
Is RAII possible in Python?
Next message (by thread):
pyOpenGL for python 2.3
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Python-list mailing list