[issue5904] strftime docs do not explain locale affect on result string

2010-06-18 Thread Alexander Belopolsky
Alexander Belopolsky added the comment: Victor, this is your chance to add French to Python docs! -- keywords: +easy nosy: +belopolsky, haypo ___ Python tracker ___ _

[issue5904] strftime docs do not explain locale affect on result string

2009-05-02 Thread Barry Alan Scott
New submission from Barry Alan Scott : The result of time.strftime seems to be in the locale encoding but this is not pointed out in the documentation. Ideally an example like this would be in the docs to show how to deal with strftime output: import locale import time locale_encoded_time = ti