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 barry, brett.cannon, gennad, gvanrossum, jkloth, larry, ncoghlan, serhiy.storchaka, skrah, yselivanov, zach.ware
Date 2014-01-28.08:28:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390897702.29.0.511509811105.issue20326@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a second patch.

* Now includes input and output checksums.  Checksums are now
  truncated to 16 characters each, otherwise the line is >80 columns.

* Fixes the doubled-up signature lines for type object slot default
  signatures.  I ran "gcc -E" and wrote a quick script to print out
  all lines with doubled-up signatures.  There were only two: divmod
  and rdivmod.

* Pretty sure this was in the first patch, but just thought I'd mention
  it: for functions using optional groups, we can't generate a legal
  signature.  So Clinic kicks out the name of the function instead
  of "sig=", meaning that it puts back the docstring first line
  for human consumption!  I am so clever, tee hee.
History
Date User Action Args
2014-01-28 08:28:26larrysetrecipients: + larry, gvanrossum, barry, brett.cannon, ncoghlan, jkloth, skrah, gennad, zach.ware, serhiy.storchaka, yselivanov
2014-01-28 08:28:22larrysetmessageid: <1390897702.29.0.511509811105.issue20326@psf.upfronthosting.co.za>
2014-01-28 08:28:22larrylinkissue20326 messages
2014-01-28 08:28:22larrycreate