Changes between Initial Version and Version 1 of Ticket #11953, comment 7


Ignore:
Timestamp:
Sep 3, 2014, 8:23:47 PM (10 years ago)
Author:
Chris Nelson
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11953, comment 7

    initial v1  
    99 
    1010     # print code
    11 +    file = open("/tmp/mc.txt", "a");
    12 +    file.write("groups = %d\n" % p.pattern.groups)
     11+    file = open("/tmp/re.txt", "a");
     12+    file.write("re groups = %d\n" % p.pattern.groups)
    1313+    file.close
    1414