1. /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/compiler/transformer.py:51:
  2. _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
  3.  
  4. self = <compiler.transformer.Transformer instance at 0x1044de3b0>
  5. text = '""" % testclass_wrap.cmd.help\n\n test_wrap = installation.commands[\'test\']\n wrap = installation.com... --version show program\'s version number and exit",\n \' -h, --help show this help message and exit\',""])'
  6.  
  7. def parsesuite(self, text):
  8. """Return a modified parse tree for the given suite text."""
  9. > return self.transform(parser.suite(text))
  10. E File "<string>", line 11
  11. E """ % testclass_wrap.cmd.help
  12. E
  13. E test_wrap = installation.commands['test']
  14. E wrap = installation.commands['help']
  15. E text, level = wrap.run_from_argv(['','help','test'])
  16. E assert text == "\n".join([
  17. E 'Usage: pypyexe test [options] [installation]','',
  18. E test_wrap.mod.help,'',
  19. E 'Options:',
  20. E " --version show program's version number and exit",
  21. E ' -h, --help show this help message and exit',""])
  22. E
  23. E
  24. E
  25. E
  26. E
  27. E
  28. E
  29. E
  30. E
  31. E
  32. E ^
  33. E SyntaxError: EOF while scanning triple-quoted string literal
  34.  
  35. /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/compiler/transformer.py:128: SyntaxError