[EMAIL PROTECTED] wrote: > Well, %u is already in use by at least some implementations of strftime. >>From the Solaris 10 man page: > > %u Weekday as a decimal number [1,7], with 1 > representing Monday. See NOTES below. > > I see the same on my Mac. > > I think it's better to use the same format code for both parsing and > formatting if possible.
Yep - %u already being used for something else in some contexts is the kind of reason I was looking for. Given that, then %f for fractions of a second sounds fine. Cheers, Nick. -- Nick Coghlan | [EMAIL PROTECTED] | Brisbane, Australia --------------------------------------------------------------- http://www.boredomandlaziness.org _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com