Re: [Python-Dev] [Python-checkins] r61403 - python/trunk/Misc/NEWS

2008-03-16 Thread Nick Coghlan
[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 thin

Re: [Python-Dev] [Python-checkins] r61403 - python/trunk/Misc/NEWS

2008-03-15 Thread skip
Nick> %f makes me think femtoseconds :) Not fraction? Nick> Any particular reason we can't use '%u' to align with the Nick> convention of abbreviating microseconds as 'us' when a character Nick> encoding doesn't provide convenient access to the Greek letter mu? Nick> (e.g. AS

Re: [Python-Dev] [Python-checkins] r61403 - python/trunk/Misc/NEWS

2008-03-15 Thread Nick Coghlan
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/Mi