- Bitbucket: https://bitbucket.org/pytest-dev/py/issue/75 - Originally reported by: @sirex - Originally created at: 2016-01-04T16:56:52.988 Steps to reproduce: Run this in Python 2.7: ``` python # coding: utf-8 import py py.builtin._totext('bū') ``` Ant this will raise `UnicodeDecodeRerror`.
Steps to reproduce:
Run this in Python 2.7:
Ant this will raise
UnicodeDecodeRerror.