Paul> The date and time defaults (which appear to be %Y-%m-%d and Paul> %H:%M:%s) seem perfectly acceptable, on the other hand.
I would like to see an analog to %S which preserves fractions of a second as the default formatting for time and datetime objects does: >>> print(now) 2007-09-10 22:07:53.654774 >>> print(now.strftime("%H:%M:%S")) 22:07:53 >>> print(now.time()) 22:07:53.654774 Skip _______________________________________________ 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