This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author larry
Recipients BreamoreBoy, JohnLeitch, belopolsky, brycedarling, eryksun, larry, lemburg, paul.moore, python-dev, steve.dower, tim.golden, vstinner, zach.ware
Date 2015-09-06.05:10:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <55ebcac1.4842420a.4934f.5439@mx.google.com>
In-reply-to
Content
The starting curly brace goes on the same line as the statement starting the block.  Keywords followed by a left parenthesis get a space between the keyword and the parenthesis.  It's a small matter, I'm really much more interested in reconciling the behavior of strftime and its tests.
History
Date User Action Args
2015-09-06 05:10:29larrysetrecipients: + larry, lemburg, paul.moore, belopolsky, vstinner, tim.golden, BreamoreBoy, python-dev, zach.ware, eryksun, steve.dower, JohnLeitch, brycedarling
2015-09-06 05:10:29larrylinkissue24917 messages
2015-09-06 05:10:29larrycreate