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 brett.cannon, larry, martin.panter, meador.inge, serhiy.storchaka
Date 2016-05-01.17:37:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462124293.15.0.603667345378.issue26305@psf.upfronthosting.co.za>
In-reply-to
Content
The problem was that I didn't know wherever all braces repeated correct times. Actually they were not used correctly in NoneType_return_converter, but since this converter is not used in current sources, this error left unnoticed.

New patch escapes generated strings that can contain braces before substituting them in the template for format(). This allows to decrease the braces repetition number to minimal value. Now there is no need to quadruple them.
History
Date User Action Args
2016-05-01 17:38:13serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, larry, meador.inge, martin.panter
2016-05-01 17:38:13serhiy.storchakasetmessageid: <1462124293.15.0.603667345378.issue26305@psf.upfronthosting.co.za>
2016-05-01 17:38:13serhiy.storchakalinkissue26305 messages
2016-05-01 17:38:12serhiy.storchakacreate