Contents Up Previous Next

Python specific bugs

The Python browsing support is new, and may contain bugs. A carefully crafted multiline string can easily throw the parser out of sync, even if the source would still be valid Python code. Luckily Python syntax is easy to parse and write - most source code should be handled just fine. Incorrect parse will result in wrong results, but usually should not crash the program.