[issue22415] Fix re debugging output

2014-09-21 Thread Roundup Robot
Roundup Robot added the comment: New changeset d4630b1c8792 by Serhiy Storchaka in branch '2.7': Fixed issue #22415 number in Misc/NEWS for changeset c925b436467a. https://hg.python.org/cpython/rev/d4630b1c8792 New changeset 7b92518b2c21 by Serhiy Storchaka in branch '3.4': Fixed issue #22415 nu

[issue22415] Fix re debugging output

2014-09-21 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Committed with Antoine's suggestion. Thank you Antoine. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue22415] Fix re debugging output

2014-09-18 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: If there are no objections I'll commit the patch soon. -- assignee: -> serhiy.storchaka ___ Python tracker ___ __

[issue22415] Fix re debugging output

2014-09-15 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Proposed patch fixes some issues in debugging output of the compiling of regular expression with the re.DEBUG flag. 1. Fixed the handling of the GROUPREF_EXISTS opcode. Example: >>> re.compile(r'(ab)(?(1)cd|ef)', re.DEBUG) Before patch ("yes" and "no" bra