On Feb 17, 2:42 pm, "Raymond Hettinger" <[EMAIL PROTECTED]> wrote: > There are some modules like Decimal that make a promise to run on earlier > versions of Python. In those cases only the first change (backwards > compatible) > should be made. Our 5,000 line Decimal package will need to wait for 3.0 to > use the except/as form :-(
It looks to me as though Decimal doesn't use "except Exception, err" anywhere in those 5000 lines. :-) Mark _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com