Re: [Python-ideas] Better error messages [was: (no subject)]

2016-12-11 Thread Sebastian Kreft
Note that there is a draft pep https://www.python.org/dev/peps/pep-0473/ that aims at adding structured data to bultin exceptions. I've tried implementing some of those but had a couple of test failures that weren't obvious to me how to solve. On Dec 11, 2016 13:11, "Chris Barker" wrote: > On S

Re: [Python-ideas] Better error messages [was: (no subject)]

2016-12-11 Thread Nick Coghlan
On 11 December 2016 at 19:09, Sebastian Kreft wrote: > Note that there is a draft pep https://www.python.org/dev/peps/pep-0473/ > that aims at adding structured data to bultin exceptions. > > I've tried implementing some of those but had a couple of test failures that > weren't obvious to me how t