Python equivalent of C# StringCollection?

Dan Bishop danb_83 at yahoo.com
Mon Jul 19 01:55:10 EDT 2004


"Robert Oschler" <no_replies at fake_email_address.invalid> wrote in message news:<iJGKc.2603$a64.1552 at bignews5.bellsouth.net>...
> What is the Python equivalent of the C# StringCollection container?
> 
> I'm trying to port some C# code over to Python.

Just use a list of strings.



More information about the Python-list mailing list