Eric V. Smith <e...@trueblade.com> added the comment:

Can you tell us what the expected behavior is?

>From the strftime docs: "The full set of format codes supported varies across 
>platforms, because Python calls the platform C library’s strftime() function, 
>and platform variations are common. To see the full set of format codes 
>supported on your platform, consult the strftime(3) documentation."

You're probably just seeing platform-specific behavior.

On cygwin, I get an empty string.

----------
nosy: +eric.smith

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

Reply via email to