]> granicus.if.org Git - python/commit
Issue #18647: A regular expression in the doctest module rewritten so that
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 19 Aug 2013 20:04:33 +0000 (23:04 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 19 Aug 2013 20:04:33 +0000 (23:04 +0300)
commit75674ae8ddc9ab83200919de6f75ead695be9bcb
tree941b39d662a41d0f0b7357bebff21eee3c31eb1d
parent20c3dd25c01d0154c611f5acea72a48f3e09b4d7
parent1ca66edbc50aa1b1e5d010f722e708756cce3214
Issue #18647: A regular expression in the doctest module rewritten so that
determined minimal width of repeated subexpression is >0 (an empty line was
not matched in any case).
Lib/doctest.py