R. David Murray <rdmur...@bitdance.com> added the comment:

The fact that our docs don't mention it is a clue that it is platform dependent 
:)

Theoretically it shouldn't be, since it is in Posix:

  http://www.opengroup.org/onlinepubs/009695399/functions/strftime.html

but practically speaking it is, since Windows doesn't support it:

  http://msdn.microsoft.com/en-us/library/fe06s4ak.aspx

Apparently not all unix/linux platforms support it either:

  
http://stackoverflow.com/questions/2034242/date-and-strftime-not-same-on-windows-and-linux-why

----------
nosy: +r.david.murray

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8582>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to