I'm not sure if this is the right place to talk about TTwain, but I thought it'd be ok since it's going into .3.
TTwain appears to end indented blocks with blank or whitespace only lines, which is different from Python (and very confusing to me). (I use periods instead of spaces to better illustrate.) This prints out "yes yes" $ if 1: ....yes ....yes While this prints out "yes", but if it was in a python file it would be "yes yes". $ if 0: ....yes ....yes Is this intentional? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
