[Python-Dev] Terminology for PEP 343
Terry Reedy
tjreedy at udel.edu
Sun Jul 3 21:24:35 CEST 2005
"Michael Hudson" <mwh at python.net> wrote in message
news:2my88ovvcr.fsf at starship.python.net...
> Thing is, there may be no resource; in my talk at EuroPython:
>
> http://starship.python.net/crew/mwh/recexc.pdf
>
> I used a with statement to establish and dis-establish an error
> handler -- would you call that a resource?
Yes -- now that you suggested it, given what you had on your slides ;-)
An emergency backup resource is different from a normal production resource
(opened file for instance), but I can still see it as a resource.
Terry J. Reedy
More information about the Python-Dev
mailing list