From 8414fcf16b9cfa8d989db913f0961fc4ce18c71b Mon Sep 17 00:00:00 2001 From: Tomáš Ehrlich Date: Sat, 15 Nov 2014 16:03:20 +0100 Subject: Fixes #23643 -- Added chained exception details to debug view. --- docs/releases/1.9.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs') diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt index 1be30ae561..a6544a6030 100644 --- a/docs/releases/1.9.txt +++ b/docs/releases/1.9.txt @@ -172,6 +172,8 @@ Requests and Responses ``status_code`` outside of the constructor will also modify the value of ``reason_phrase``. +* The debug view now shows details of chained exceptions on Python 3. + Tests ^^^^^ -- cgit v1.3