[issue18412] Minor problem in PEP 8

2013-07-09 Thread Barry A. Warsaw
Barry A. Warsaw added the comment: I clarified the wording. -- nosy: +barry resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue18412] Minor problem in PEP 8

2013-07-09 Thread Christian Heimes
Changes by Christian Heimes : -- assignee: -> docs@python nosy: +docs@python priority: normal -> low ___ Python tracker ___ ___ Pytho

[issue18412] Minor problem in PEP 8

2013-07-09 Thread Xue Fuqiao
New submission from Xue Fuqiao: PEP 8 says: --- |The closing brace/bracket/parenthesis on multi-line constructs may |either line up under the last item of the list, as in: | |my_list = [ |1, 2, 3, |4, 5, 6, |] |resul