Re: Why %e not in time.strftime directives?

2008-12-14 Thread Tim Chase
Any special reasons? Because it is there (at least on my Debian box)? But not on windows :( import time time.strftime(%e) '' Guess you'll have to take it up with the authors of strftime() at Microsoft :) The full set of format codes supported varies across platforms, because Python

Why %e not in time.strftime directives?

2008-12-13 Thread Leo jay
Any special reasons? Thanks. -- http://mail.python.org/mailman/listinfo/python-list

Re: Why %e not in time.strftime directives?

2008-12-13 Thread skip
Leo Any special reasons? Nobody thought to add it? Got a patch? -- Skip Montanaro - s...@pobox.com - http://smontanaro.dyndns.org/ -- http://mail.python.org/mailman/listinfo/python-list

Re: Why %e not in time.strftime directives?

2008-12-13 Thread Tim Chase
Any special reasons? Because it is there (at least on my Debian box)? t...@rubbish:~$ python Python 2.5.2 (r252:60911, May 28 2008, 08:35:32) [GCC 4.2.4 (Debian 4.2.4-1)] on linux2 Type help, copyright, credits or license for more information. import time time.strftime('%c')

Re: Why %e not in time.strftime directives?

2008-12-13 Thread Leo Jay
On Sat, Dec 13, 2008 at 11:50 PM, Tim Chase python.l...@tim.thechases.com wrote: Any special reasons? Because it is there (at least on my Debian box)? But not on windows :( import time time.strftime(%e) '' t...@rubbish:~$ python Python 2.5.2 (r252:60911, May 28 2008, 08:35:32)