[Python-ideas] Improving Catching Exceptions [ERRATUM]

Jan Kaliszewski zuo at chopin.edu.pl
Sat Jul 8 13:15:32 EDT 2017


2017-07-08 Jan Kaliszewski <zuo at chopin.edu.pl> dixit:

>         return wrapper

Should be:

          return property(wrapper)


More information about the Python-ideas mailing list