Re: [Tutor] Off-Topic - Mutt and mailing lists

2007-06-11 Thread Simon Hooper
; reply and manuall CC: works right. I don't know if you are aware, but mutt has a great list-reply command (bound to L by default) which "does the right thing" for mailing lists. Look up list-reply in the mutt manual. HTH Simon. -- Simon Hooper

Re: [Tutor] iterating over a sequence question..

2007-06-18 Thread Simon Hooper
You do not need the if statement either, print [(l[i%len(l)],t[i%len(t)]) for i in range(max(len(l), len(t)))] Regards Simon. -- Simon Hooper PARTEX MARKING SYSTEMS UK LTD ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor