]> 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:52 +0000 (23:04 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 19 Aug 2013 20:04:52 +0000 (23:04 +0300)
commit0364134fc80f779381392ebe46d27dde909f0d1a
tree9061abcd3684116e1191d9abe317899863212a41
parent34ecb118f116d4564a82bd16650d643f26ee989b
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