I'm just going to wishlist something.  not sure if it is doable or not... 
but I get stuff like this a lot in my Tracebacks

    TypeError: __init__() got an unexpected keyword argument 'ssl_verify'

The reason is that i sometimes end up forking a library to patch it.  ( in 
this case, Twython ).  The problem / deficiency in reporting is that the 
traceback doesn't have any information about the file that has the __init__ 
function.  seeing that would make things a lot easier for me to do 
integrated tests on.  i'm not sure if the traceback can be easily extended 
to have that info, but if it's just adding a kwarg to something, I'd love 
to see that sort of info in there.  

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to