S Python wrote:
Hi Everyone,
I am trying to read a comma-delimitted list ("aaa","bbb","ccc")

In this case, the standard library provides csv for parsing comma separated files. It's not the same as rolling your own, but it is made specifically for this use case...

Emile

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to