2009/8/30 Jérôme Laheurte <[email protected]>: > > Personally, I prefer pychecker, it's not as anal as pylint when it > comes to perfectly valid but a bit too smart constructs. But it has > some issues with wx last time I checked, and pylint is much more > configurable.
Yep, although I haven't been able to convince pylint not to check the thirdparty package. But that may be a PyDev issue. > I think it's supposed to mark all categorizables belonging to the > changed category dirty; that's because in SyncML/vcard world, > categories are not first-class objects. Instead, each task/contact/etc > has a categories property which is a comma-separated list of category > names. So, when a category name changes, every associated > categorizable changes. Ah thanks, makes sense. Cheers, Frank
