followup: vertical slices from a matrix in a dictionary?...

John J. Lee phrxy at csv.warwick.ac.uk
Wed Apr 25 22:57:47 EDT 2001


On Wed, 25 Apr 2001, John J. Lee wrote:
[...]
> z = apply(map, seq)
[...]

should be z = apply(map, (None, seq)) of course.  In fact, why didn't I
say map(None, seq), anyway??  I have no idea.  :)


John




More information about the Python-list mailing list