#28837: test client fail to expose Exceptions that require more than one 
positional
parameter
-----------------------------------+------------------------------------
     Reporter:  Nicolas Delaby     |                    Owner:  nobody
         Type:  Bug                |                   Status:  new
    Component:  Testing framework  |                  Version:  2.0
     Severity:  Release blocker    |               Resolution:
     Keywords:                     |             Triage Stage:  Accepted
    Has patch:  1                  |      Needs documentation:  0
  Needs tests:  0                  |  Patch needs improvement:  1
Easy pickings:  0                  |                    UI/UX:  0
-----------------------------------+------------------------------------

Comment (by Claude Paroz):

 I think we should evaluate if simply replacing `raise
 exc_info[0](exc_info[1]).with_traceback(exc_info[2])` by `raise
 exc_info[1].with_traceback(exc_info[2])` would make it.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/28837#comment:8>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" 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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.8f85861ef54c53793ddc654e8d9add0b%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to