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.
("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
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:
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
sicPreferred On
# SSPIUsernameCase lower
require valid-user
Thanking You.
Regards,
Jacob Abraham
___
Tutor maillist - Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor
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
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
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