30 Jan
2006
30 Jan
'06
8:09 p.m.
Jean-Marc Orliaguet wrote at 2006-1-30 16:52 +0100:
... One extra difficulty when debugging with that model is that .pyc files must be deleted if the .py is modified. since apparently docstrings are ignored during the compilation.
This is not the case (unless you use "-OO" and even then, the ".pyc" file would be recreated). -- Dieter