#16245: send_robust should include traceback in response when Exception occurs
-------------------------------------+-------------------------------------
               Reporter:  jsdalton   |          Owner:  nobody
                   Type:             |         Status:  new
  Cleanup/optimization               |      Component:  Core (Other)
              Milestone:             |       Severity:  Normal
                Version:  SVN        |       Keywords:  signals
             Resolution:             |      Has patch:  1
           Triage Stage:  Design     |    Needs tests:  0
  decision needed                    |  Easy pickings:  0
    Needs documentation:  0          |
Patch needs improvement:  0          |
                  UI/UX:  0          |
-------------------------------------+-------------------------------------

Comment (by jsdalton):

 Changed the API in response to good feedback from jdunck on the developers
 list here (https://groups.google.com/d/topic/django-
 developers/iyI2avkuIpM/discussion). Basically the changes from the
 previous version are:

 * Change name of kwarg from "append_traceback" to "exc_info"
 * Instead of appending the traceback as the third item in the response,
 instead just return the tuple from sys.exc_info(), which contains the
 exception and traceback.

 Updated patch (including updated tests and documentation) attached.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16245#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 post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to