skip.montanaro wrote:
> Author: skip.montanaro
> Date: Sat Mar 15 17:07:11 2008
> New Revision: 61403
>
> Modified:
> python/trunk/Misc/NEWS
> Log:
> .
>
>
> Modified: python/trunk/Misc/NEWS
> ==============================================================================
> --- python/trunk/Misc/NEWS (original)
> +++ python/trunk/Misc/NEWS Sat Mar 15 17:07:11 2008
> @@ -21,6 +21,10 @@
> Library
> -------
>
> +- Issue #1158: add %f format (fractions of a second represented as
> + microseconds) to datetime objects. Understood by both strptime and
> + strftime.
%f makes me think femtoseconds :)
Any particular reason we can't use '%u' to align with the convention of
abbreviating microseconds as 'us' when a character encoding doesn't
provide convenient access to the Greek letter mu? (e.g. ASCII)
Cheers,
Nick.
--
Nick Coghlan | [EMAIL PROTECTED] | Brisbane, Australia
---------------------------------------------------------------
http://www.boredomandlaziness.org
_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com