Slight irritation with try/finally indentation

Paul Rubin phr-n2002a at nightsong.com
Wed Apr 24 11:36:17 EDT 2002


pinard at iro.umontreal.ca (François Pinard) writes:
> is the only solution I see, but this is not much appealing either, maybe
> the cure is not worse than the illness.  I am not sure.  Are others on
> this list bothered with this issue?  And if yes, what do you choose to do?

Just live with the unaligned indentation.  The same thing happens
in lisp:

(setup)
(unwind-protect
    (process)
  (cleanup))



More information about the Python-list mailing list