On Wednesday 09 August 2006 20:45, dave s wrote:
> I have a string problem. The following code skips the loop if the string
> 'app' is on the banned list ...
>
> self.ban_app_list =
> [' ', 'live_dat', 'exact_sl', 'html_str', 'valid_da', 'datacore',
> 'check_co', 'logger']
>
> if app in self.ban_ap
On 02/09/05, Lane, Frank L <[EMAIL PROTECTED]> wrote:
> I also learned that even if the tabs and spaces line up in the editor they
> don't count the same and give you a syntax error.
Hi Frank,
What editor are you using? And does it have a proportional or a
monospaced font?
--
John.
__
Hi,
My threading question was not valid, and I have to apologize
for it. My screw up was to put the open and close parentheses after my
procedure name in the invocation (i.e. i wrote threading.Thread(target=modname.funcname(),name=name)).
I also learned that even if the tabs and spa