[EMAIL PROTECTED] wrote:
> Hi, I am new in Python programming. Can anybody give me any idea about
> how to detect more than one date and time (like 11/11/2005 ,
> 10-12-2006, 12:30 etc) from a text file and keep them in a list.

http://docs.python.org/lib/bltin-file-objects.html

http://docs.python.org/lib/typesseq.html

http://docs.python.org/lib/typesseq-mutable.html

http://www.amk.ca/python/howto/regex/

and possibly

http://docs.python.org/lib/module-datetime.html

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to