R. David Murray <rdmur...@bitdance.com> added the comment: Python's strftime is a thin wrapper around the system strftime. This means, for example, that a slightly different set of % codes is supported on windows vs linux. So, from Python's point of view this is at *most* a doc bug.
That said, I think there have been some rumblings about writing our own strftime, but I don't know if anyone is serious about it. ---------- assignee: -> d...@python components: +Documentation -Library (Lib) nosy: +belopolsky, d...@python, r.david.murray versions: +Python 2.7, Python 3.2 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue9811> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com