On 8/3/06, Rama <[EMAIL PROTECTED]> wrote:
> But wont this create a new object? Whereas if you want to modify the same
> object, should we not be using replace? Or does it not matter in the global
> picture?

datetime objects are immutable. You can't change the value of an
existing datetime object, only create a new one.

-- 
Cheers,
Simon B,
[EMAIL PROTECTED],
http://www.brunningonline.net/simon/blog/
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to