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 emilyemorehouse
Recipients emilyemorehouse, jonathaneunice
Date 2017-06-11.21:36:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1497217004.64.0.281772449089.issue30620@psf.upfronthosting.co.za>
In-reply-to
Content
The logic in your proof is certainly sound. The only time that the else statement within Clause 4 (to use terminology from the proof) would execute is either 
  1) if margin is equal to indent, which is handled in Clause 2, or 
  2) if the margin is None, which is handled in Clause 1.

I support this PR. On a related note, I feel that the existing comments could clearer illustrate this. Specifically, it is unclear that Clause 2 will also catch cases where margin and indent are equal.
History
Date User Action Args
2017-06-11 21:36:44emilyemorehousesetrecipients: + emilyemorehouse, jonathaneunice
2017-06-11 21:36:44emilyemorehousesetmessageid: <1497217004.64.0.281772449089.issue30620@psf.upfronthosting.co.za>
2017-06-11 21:36:44emilyemorehouselinkissue30620 messages
2017-06-11 21:36:44emilyemorehousecreate