Status: New Owner: ----
New issue 192 by JamesLMatthewsIII: Syntax check does not work http://code.google.com/p/ulipad/issues/detail?id=192 To Reproduce: 1. Create a new python file or edit existing script 2. Use the following code: [code=python] def test_func(a, b): print a, b test_func(, "Test") [/code] 3. Use the built-in syntax check (with or without PEP-8 check) 4. SyntaxError does not get caught. Attempting to Run with F5 causes Message window to open reporting SyntaxError. I would expect this be caught by the built in syntax checker. My Versions: UliPad version 3.9 on Windows XP SP2 Python 2.5.2, wx 2.8.8.0 (msw-ansi), comtypes 0.6.0 -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings
