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 ncoghlan
Recipients larry, nadeem.vawda, ncoghlan, yselivanov
Date 2014-08-16.07:57:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408175885.25.0.865764327354.issue20184@psf.upfronthosting.co.za>
In-reply-to
Content
Tweaked patch to apply cleanly to trunk, but realised it has been a while since I looked at the current state of argument clinic:

* I'm not sure if varargs support has been added yet. If it has, "min", "max", "print", "__build_class__" can be converted. If it hasn't, then the comments referring to 3.4 still need to be updated.

* the comments referring to needing groups support in AC aren't quite right, it's optional group support in inspect that's missing. So the comments relating to "range", "slice", "dir", "getattr", "next", "iter", "vars" should be tweaked accordingly

* tweaking the behaviour of round to make it AC friendly should probably go into its own issue.

Also, Larry, there's a note in the the 3.4 "What's New" about additional signature info landing in Python 3.4 maintenance releases. That note should probably be adjusted at this point, since any new signature data will only be available in 3.5.
History
Date User Action Args
2014-08-16 07:58:06ncoghlansetrecipients: + ncoghlan, larry, nadeem.vawda, yselivanov
2014-08-16 07:58:05ncoghlansetmessageid: <1408175885.25.0.865764327354.issue20184@psf.upfronthosting.co.za>
2014-08-16 07:58:05ncoghlanlinkissue20184 messages
2014-08-16 07:57:57ncoghlancreate