Roberto Bonvallet wrote:

> >        lstBugsChanged = [ bugId for bugId in setBugsChanged ]

> In Python > 2.4:

Hmmm. Thanks. Another reason to twist the admin's arm and get them to
upgrade the last 2.3.4 boxen


>     sorted(setBugsChanged)

Out of interest, whats the Pythonic way to simply cast (sic) the set to
a list, assuming I don't need it sorted?  The list comprehension?

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to