[docs] [issue10938] Undocumented option for datetime.strftime: %s

Humberto Diogenes report at bugs.python.org
Tue Jan 18 21:54:10 CET 2011


Humberto Diogenes <humberto at digi.com.br> added the comment:

David, as discussed on the IRC channel: maybe we could just add pointers to the OS-specific docs. Something like:

"""
If you want to use platform-specific format strings, search for strftime in your OS documentation (`man strftime` on POSIX systems).

Linux: http://www.kernel.org/doc/man-pages/online/pages/man3/strftime.3.html

Mac OS: http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man3/strftime.3.html
"""

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10938>
_______________________________________


More information about the docs mailing list