[issue26068] re.compile() repr end quote truncated

Guido van Rossum report at bugs.python.org
Sat Jan 9 16:51:10 EST 2016


Guido van Rossum added the comment:

That would be an interesting exercise. You'd have to patch
PyUnicode_FromFormat(). It would be nice to have this. It should probably
also insert some dots (the universal sign to indicate that something was
truncated).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26068>
_______________________________________


More information about the Python-bugs-list mailing list