On Fri, 8 Aug 2003, Jon Nelson wrote: > On Fri, 8 Aug 2003, Jerry Amundson wrote: > > > And these checks are supposed to be the same? > > if string.find( ip, '.' ): > > ipsep = '.' > > elif string.find( ip, '.' ): > > ipsep = ':'
I wear size 13, quad 'E' shoes. I know this because one of them is firmly lodged in my mouth. I suspect the second if (the elif) is *really* supposed to look for ':' and set the ipsep to ':'. -- Democracy is two wolves and a sheep voting on what to have for dinner. Liberty is two wolves attempting to have a sheep for dinner and finding a well-informed, well-armed sheep. Jon Nelson <[EMAIL PROTECTED]> C and Python Code Gardener ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
