[issue32509] doctest syntax ambiguity between continuation line and ellipsis

Jason R. Coombs report at bugs.python.org
Sat Jan 6 23:10:21 EST 2018


Jason R. Coombs <jaraco at jaraco.com> added the comment:

I did find [this ugly workaround](https://github.com/jaraco/jaraco.financial/commit/9b866ab7117d1cfc26d7cdcec10c63a608662b46):

	>>> print('x' + res)
	x...

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32509>
_______________________________________


More information about the Python-bugs-list mailing list