>>>>> "Mathieu" == Mathieu Clabaut <mathieu.clabaut at gmail.com> writes: Mathieu> self.series = [ x for x in matcher(list) ] If list was called something else (such as l), the simpler self.series = list(matcher(l)) could be used. Sam -- Samuel Tardieu -- sam at rfc1149.net -- http://www.rfc1149.net/