[issue17701] Improving strftime documentation

2013-08-12 Thread David Wolever
David Wolever added the comment: Done, pushed to 2.7, 3.3, default. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___

[issue17701] Improving strftime documentation

2013-08-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1d4b02d8fa8a by David Wolever in branch '3.3': Issue #17701: Improving strftime documentation. http://hg.python.org/cpython/rev/1d4b02d8fa8a New changeset ab550dac6209 by David Wolever in branch 'default': Merge issue #17701: Improving strftime docu

[issue17701] Improving strftime documentation

2013-08-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset adbc9789a5e4 by David Wolever in branch '2.7': Issue #17701: Improving strftime documentation http://hg.python.org/cpython/rev/adbc9789a5e4 -- nosy: +python-dev ___ Python tracker

[issue17701] Improving strftime documentation

2013-05-24 Thread Éric Araujo
Éric Araujo added the comment: Looks good. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue17701] Improving strftime documentation

2013-05-23 Thread David Wolever
Changes by David Wolever : Added file: http://bugs.python.org/file30354/0f4d971b0cee.diff ___ Python tracker ___ ___ Python-bugs-list mailing

[issue17701] Improving strftime documentation

2013-05-23 Thread David Wolever
Changes by David Wolever : Removed file: http://bugs.python.org/file30353/102b3e257dca.diff ___ Python tracker ___ ___ Python-bugs-list mailin

[issue17701] Improving strftime documentation

2013-05-23 Thread David Wolever
Changes by David Wolever : Added file: http://bugs.python.org/file30353/102b3e257dca.diff ___ Python tracker ___ ___ Python-bugs-list mailing

[issue17701] Improving strftime documentation

2013-04-13 Thread David Wolever
David Wolever added the comment: Fixed a misleading note about Unicode in localized formatters in file29841. -- ___ Python tracker ___ ___

[issue17701] Improving strftime documentation

2013-04-13 Thread David Wolever
Changes by David Wolever : Added file: http://bugs.python.org/file29841/53a0e908f787.diff ___ Python tracker ___ ___ Python-bugs-list mailing

[issue17701] Improving strftime documentation

2013-04-13 Thread David Wolever
David Wolever added the comment: Ok, I've added some locale examples and fixed up the note numbering. See diff in file29839, and there is a live version to preview here: http://hul.wolever.net/python-doc/library/datetime.html#strftime-and-strptime-behavior If I can get a +1 on this, I'll port

[issue17701] Improving strftime documentation

2013-04-13 Thread David Wolever
Changes by David Wolever : Added file: http://bugs.python.org/file29839/ae18c5ae2c4d.diff ___ Python tracker ___ ___ Python-bugs-list mailing

[issue17701] Improving strftime documentation

2013-04-13 Thread David Wolever
Changes by David Wolever : Removed file: http://bugs.python.org/file29836/b3b1dcdc8cee.diff ___ Python tracker ___ ___ Python-bugs-list mailin

[issue17701] Improving strftime documentation

2013-04-13 Thread David Wolever
Changes by David Wolever : Added file: http://bugs.python.org/file29836/b3b1dcdc8cee.diff ___ Python tracker ___ ___ Python-bugs-list mailing

[issue17701] Improving strftime documentation

2013-04-13 Thread David Wolever
Changes by David Wolever : -- hgrepos: +182 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue17701] Improving strftime documentation

2013-04-11 Thread David Wolever
David Wolever added the comment: Ah, yes — thanks Éric. I've fiddled with the wording on the %f note a bit so it makes more sense along with the versionadded, and removed the versionadded text, which is basically identical to the note and description. -- __

[issue17701] Improving strftime documentation

2013-04-11 Thread David Wolever
Changes by David Wolever : Added file: http://bugs.python.org/file29785/strftime-docs.diff ___ Python tracker ___ ___ Python-bugs-list mailing

[issue17701] Improving strftime documentation

2013-04-11 Thread Éric Araujo
Éric Araujo added the comment: Thanks for the patch, looks good. I’d put the versionadded block at the end of the note rather than the beginning, to match usual conventions. -- nosy: +eric.araujo stage: -> patch review versions: +Python 3.3, Python 3.4 ___

[issue17701] Improving strftime documentation

2013-04-11 Thread Alex Gaynor
Changes by Alex Gaynor : -- nosy: +alex ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/

[issue17701] Improving strftime documentation

2013-04-11 Thread David Wolever
New submission from David Wolever: The current strftime documentation isn't very helpful. It doesn't have examples, and the ordering is unhelpful. I've also moved some format-specific notes into the notes below the format-string-table, because the format string table is what 98%* of people ca