>Mark Sapiro wrote:
>
>>++ if not t[7]:
>>++ t = t[:7] + (1,) +t[8:]
>
>On second thought, that should be
>
> if t and not t[7]
> t = t[:7] + (1,) +t[8:]
I seem to be having a lot of trouble with this. Make that
if t and not t[7]:
t = t[:7] + (1,) +t[8:]
--
Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers,
San Francisco Bay Area, California better use your sense - B. Dylan
_______________________________________________
Mailman-Developers mailing list
[email protected]
http://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe:
http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org
Security Policy:
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp