On 9/10/07, Eric Smith <[EMAIL PROTECTED]> wrote:
> I have a patch to add __format__ to datetime.time, .date, and .datetime.
>   For non-empty format_spec's, I just pass on to .strftime.  For empty
> format_spec's, it returns str(self).
>
> I think this is the only reasonable interpretation of format_spec's for
> datetime.  Does anyone think otherwise?

+1

-- 
--Guido van Rossum (home page: http://www.python.org/~guido/)
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to