R. David Murray added the comment:

Yes.  It is not returning the format specifier, it is filling in the strftime 
template "s" from the datetime...which equals "s", since it consists of just 
that constant string.

Try {:%Y-%m-%d}, for example.

----------

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

Reply via email to