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 larry
Recipients gvanrossum, larry, ncoghlan, pitrou, serhiy.storchaka, skrah
Date 2014-01-07.14:35:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389105351.01.0.121515267484.issue19723@psf.upfronthosting.co.za>
In-reply-to
Content
Patch attached.  I tweaked the punctuation in the last line, from this:

  /*[clinic end generated code; checksum: {checksum}]*/
                              ^         ^
to this:                      |         |
                              v         v
  /*[clinic end generated code: checksum={checksum}]*/

Guido, can you live with that?  I think it's a slight improvement but I'm not committed enough to fight about it.  I'll change it back if you want it your way.
History
Date User Action Args
2014-01-07 14:35:52larrysetrecipients: + larry, gvanrossum, ncoghlan, pitrou, skrah, serhiy.storchaka
2014-01-07 14:35:51larrysetmessageid: <1389105351.01.0.121515267484.issue19723@psf.upfronthosting.co.za>
2014-01-07 14:35:50larrylinkissue19723 messages
2014-01-07 14:35:50larrycreate