Tille, Andreas writes: > ... > kw=kw.strip() > ... equivalent in Python < 2.0? kw= string.strip(kw) Dieter