This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Bruce Eckel
Recipients Bruce Eckel
Date 2016-07-21.21:03:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469135022.02.0.0194014811902.issue27586@psf.upfronthosting.co.za>
In-reply-to
Content
This looks suspicious to me, like it could be a library bug, but before chasing it down I was hoping someone might be able to tell me whether I might be on to something:

Traceback (most recent call last):
  File "update_extracted_example_output.py", line 22, in <module>
    new_javatext = find_output.sub(new_output, javatext)
  File "C:\Python35\lib\re.py", line 325, in _subx
    template = _compile_repl(template, pattern)
  File "C:\Python35\lib\re.py", line 312, in _compile_repl
    p = sre_parse.parse_template(repl, pattern)
  File "C:\Python35\lib\sre_parse.py", line 872, in parse_template
    raise s.error("missing <")
sre_constants.error: missing < at position 100 (line 4, column 41)
History
Date User Action Args
2016-07-21 21:03:42Bruce Eckelsetrecipients: + Bruce Eckel
2016-07-21 21:03:42Bruce Eckelsetmessageid: <1469135022.02.0.0194014811902.issue27586@psf.upfronthosting.co.za>
2016-07-21 21:03:41Bruce Eckellinkissue27586 messages
2016-07-21 21:03:41Bruce Eckelcreate