mirror of
https://github.com/pallets-eco/flask-debugtoolbar.git
synced 2026-05-02 06:19:23 -05:00
82295aa4aa
In Python 2, when repr() returns bytes, replace any non-ascii bytes with the unicode ? character to ensure that the result is printable. Fixes #66