[Tutor] Builtin "property" decorator hiding exceptions

2007-04-18 Thread Jacob Abraham
ample() sample.input Regards, Jacob Abraham __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ___ Tutor maillist - Tutor@python.org http://mail.python.

Re: [Tutor] Python re without string consumption

2007-01-25 Thread Jacob Abraham
("abca", "abcabcabca", 1): print match.group() Thanks Again. Jacob Abraham Get your own web address. Have a HUGE year through Yahoo! Small Business. http://smallbusiness.yahoo.com

Re: [Tutor] Python re without string consumption

2007-01-24 Thread Jacob Abraham
searchall("abca", "abcabcabca", 1): print match.group() Thanks Again. Jacob Abraham - Original Message From: Danny Yoo <[EMAIL PROTECTED]> To: Jacob Abraham <[EMAIL PROTECTED]> Cc: python Sent: Thursday, January 25, 2007 12:14:31 PM Subject: Re:

[Tutor] Python re without string consumption

2007-01-24 Thread Jacob Abraham
Dear Tutors, I'm having a little trouble while using the re module. eg >>> import re >>> re.findall("abca", "abcabcabca") ["abca", "abca"] While I am expecting. ["abca", "abca", "abca"] How do

[Tutor] Mod python setup

2006-11-22 Thread Jacob Abraham
sicPreferred On # SSPIUsernameCase lower require valid-user Thanking You. Regards, Jacob Abraham ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

[Tutor] Windows Domain Authentication

2006-07-07 Thread Jacob Abraham
ssible solution. Thanks. Jacob Abraham __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ___ Tutor maillist - Tutor@python.org http://mail.pyt

[Tutor] Windows Domain Authentication

2006-07-07 Thread Jacob Abraham
Dear Tutors, I am about to start on a project that would reuse Windows Domain Authentication over XML-RPC in python. This may involve the rewrite of the XML-RPC client and server. Could someone point me in the right direction so that I can run from there. Cheers, Jacob Abraham

[Tutor] funny behaviour

2005-03-13 Thread Jacob Abraham
Dear Tutors, A class was created to extend timedelta to add and subtract months. Simple doctests that simply create an instance of the class failed. Could someone please explain this really funny behaviour. Regards, Jacob Abraham from datetime import datetime, timedelta class WeirdTimeDelta