[issue36714] Tweak doctest 'example' regex to allow a leading ellipsis in 'want' line

Brian Skinn report at bugs.python.org
Fri Aug 9 23:21:57 EDT 2019


Brian Skinn <bskinn at alum.mit.edu> added the comment:

On reflection, it would probably be better to limit the ELLIPSIS to 3 or 4 periods ('[.]{3,4}'); otherwise, it would be impossible to express an ellipsis followed by a period in a 'want'.

----------

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


More information about the Python-bugs-list mailing list