Warning, /kdevelop/kdev-python/parser/BUGS is written in an unsupported language. File is not indexed.

0001 This are known bugs of the parser that should be fixed but are not easy to fix or reproduce:
0002 
0003 - unexpected EOF error when parsing automatix.py which shouldn't have a newline at the end of the file for this (or test_runner.py)
0004         Or use 
0005 "def a():
0006         i=1
0007         j=i"
0008 
0009 - parser fails ...when no newline is found at end of File.[ a file should end with a newline]
0010 
0011 - crash/Assert On editing a small file the one described above. try put a newline before def a().[ Fixed ]
0012 
0013 - crash sometimes On editing a file while a DUChain viewer is displaying the contexts.