How do I distinguish a string from a sequence?

Janko Hauser jhauser at ifm.uni-kiel.de
Fri Sep 28 10:03:24 EDT 2001


In your application it would be best to test for some method of
strings you need in your processing. In this way you are guaranteeing
that your object has the right interface, regardless of type.

HTH,
__Janko

-- 
  Institut fuer Meereskunde             phone: 49-431-597 3989
  Dept. Theoretical Oceanography        fax  : 49-431-565876
  Duesternbrooker Weg 20                email: jhauser at ifm.uni-kiel.de
  24105 Kiel, Germany



More information about the Python-list mailing list