Re: [Python-Dev] Two design questions

2007-03-19 Thread Guido van Rossum
On 3/19/07, Georg Brandl <[EMAIL PROTECTED]> wrote: > I'd like to have opinions on two issues: > > Patch #1682205: suggests to remove code that catches a TypeError and raises > one > with a different message if it occurs during iterable unpacking. This can mask > completely unrelated TypeErrors, w

[Python-Dev] Two design questions

2007-03-19 Thread Georg Brandl
I'd like to have opinions on two issues: Patch #1682205: suggests to remove code that catches a TypeError and raises one with a different message if it occurs during iterable unpacking. This can mask completely unrelated TypeErrors, while the message in the case that the new error describes is alr