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 serhiy.storchaka
Recipients larry, serhiy.storchaka
Date 2016-05-02.09:04:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462179849.85.0.438581205494.issue23867@psf.upfronthosting.co.za>
In-reply-to
Content
Because new generated code contains "if" statements and braces (and PEP 7 requires even more braces than current patch adds). The patch for issue26305 allows to repeat braces only twice instead of 4 times.
History
Date User Action Args
2016-05-02 09:04:09serhiy.storchakasetrecipients: + serhiy.storchaka, larry
2016-05-02 09:04:09serhiy.storchakasetmessageid: <1462179849.85.0.438581205494.issue23867@psf.upfronthosting.co.za>
2016-05-02 09:04:09serhiy.storchakalinkissue23867 messages
2016-05-02 09:04:09serhiy.storchakacreate