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 brett.cannon, larry, ncoghlan, serhiy.storchaka, taleinat, zach.ware
Date 2014-01-31.21:57:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391205445.57.0.441788689865.issue20456@psf.upfronthosting.co.za>
In-reply-to
Content
Updated the patch.

* The "methoddef_ifndef" template is now sent to the "buffer"
  destination by default.  I expected posixmodule to have an #ifndef,
  I was surprised to find _import had one too.  Both files touched
  to move the buffer to an appropriate spot.

* Fixed the "original" "preset" so it explicitly sets all three new
  templates just like the actual default.

* Forgot a minor fix that was in revision 1: when generating the
  docstring for a function using optional groups, suppress the
  "self/type/module" first argument in the signature.  (The signature
  isn't parsable by inspect.Signature, so we go ahead and insert
  something user-readable like the docstrings before Argument Clinic
  used to do.)
  
* Changed _dbm.dbm.get to no longer use optional groups.  Why was it
  doing that in the first place?  There's now exactly one function
  checked in using optional groups, curses.window.addch.
History
Date User Action Args
2014-01-31 21:57:28larrysetrecipients: + larry, brett.cannon, ncoghlan, taleinat, zach.ware, serhiy.storchaka
2014-01-31 21:57:25larrysetmessageid: <1391205445.57.0.441788689865.issue20456@psf.upfronthosting.co.za>
2014-01-31 21:57:25larrylinkissue20456 messages
2014-01-31 21:57:25larrycreate