]> git.ipfire.org Git - thirdparty/Python/cpython.git/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)
commitd2cc743ca448866197b4ac0bcb918591827f4552
tree65eb723dff7cff862368a72fb572e0d62d6c8f58
parentb3de1a720a7dffcf86bf7e7301263590b5972186
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