Hugh Gibson wrote: > I had a variable of type datetime.date but the source browser wasn't able > to work with it. > > Any ideas how to add support for this? This is because datetime is a C extension module. We'll add a python interface (.pi) file for it in the next release. Thanks for the bug report, John