On 10/23/07, Uwe Grauer <[EMAIL PROTECTED]> wrote: > johnf wrote: > > We did at one point! Like I said it was repeatable. I believe Larry can > > confirm. Also any test case we could provide would be a little to large and > > require far to many dependencies to be a simple test case. I like to think > > I'm a practical programmer meaning that if removing a comment allows the > > program to run then I remove the comment. If there was some other cause > > like formatting or some other issue I really did not see it. So for now I > > never use a comment immediately after def or class - only triple quotes. > > > > Either you can provide a simple testcase or i don't believe this. > I would like to test this with pychecker/pylint to prove that it is > a real bug. > If it is a real bug, it should get reported asap.
I would like to see a test as well. I put comments in front of def statements all the time and have never had a problem. Anyways, I don't think that the comments are the issue. It's obviously firing the formUpd and pnlUpd methods. Ed, have you gone through and inserted print statements to identify how far, if at all, the code is going through the update method? _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]
