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 python-dev
Recipients brett.cannon, larry, martin.panter, meador.inge, python-dev, serhiy.storchaka
Date 2016-06-09.13:17:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160609131649.87602.51823.6C1D3C72@psf.io>
In-reply-to
Content
New changeset eeb742d8bf9c by Serhiy Storchaka in branch '3.5':
Issue #26305: Argument Clinic now escapes braces. No need to double them.
https://hg.python.org/cpython/rev/eeb742d8bf9c

New changeset d983c313b8f1 by Serhiy Storchaka in branch 'default':
Issue #26305: Argument Clinic now escapes braces. No need to double them.
https://hg.python.org/cpython/rev/d983c313b8f1

New changeset 2d7dcd8cf928 by Serhiy Storchaka in branch 'default':
Issue #26305: Argument Clinic now uses braces in C code as required by PEP 7.
https://hg.python.org/cpython/rev/2d7dcd8cf928
History
Date User Action Args
2016-06-09 13:17:25python-devsetrecipients: + python-dev, brett.cannon, larry, meador.inge, martin.panter, serhiy.storchaka
2016-06-09 13:17:24python-devlinkissue26305 messages
2016-06-09 13:17:24python-devcreate