]> granicus.if.org Git - python/commit
Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug output...
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 3 Feb 2014 19:59:59 +0000 (20:59 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 3 Feb 2014 19:59:59 +0000 (20:59 +0100)
commitf581411255e67c4b79d7c1a66c8e791cf8ff3b67
tree22d4aa5776417297a88849ded6ec81b5aad4d789
parent942aaac7057feb38ce05a3c5062af5fb11eb2ee3
Issue #20426: When passing the re.DEBUG flag, re.compile() displays the debug output every time it is called, regardless of the compilation cache.
Lib/re.py
Lib/test/test_re.py
Misc/NEWS