* type: => Cleanup/optimization
* ui_ux: => 0
* component: Metasystem => Error reporting
* severity: => Normal
* easy: => 0
Comment:
10 years later, I noticed these lines aren't tested. I'm not sure if this
feature is still needed in a Python 3-only world as I'd think the
problematic string would appear in the " Local vars" section of the
traceback but there aren't steps to reproduce so perhaps you could give an
insight if you remember anything about the original issue, Thomas?
In case the feature in still useful, I made a
[https://github.com/django/django/pull/8834 PR] to add a test.
--
Ticket URL: <https://code.djangoproject.com/ticket/5046#comment:8>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
Comment (by Tim Graham <timograham@…>):
In [changeset:"74b7a20fe6973a53923059795cb538d094c925d8" 74b7a20]:
{{{
#!CommitTicketReference repository=""
revision="74b7a20fe6973a53923059795cb538d094c925d8"
Refs #5046 -- Tested the 'unicode hint' in the technical 500 debug view.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/5046#comment:9>
Comment (by Thomas Güttler):
thank you
--
Ticket URL: <https://code.djangoproject.com/ticket/5046#comment:10>