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 zach.ware
Recipients larry, zach.ware
Date 2014-07-28.21:08:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406581736.61.0.192085386043.issue22096@psf.upfronthosting.co.za>
In-reply-to
Content
It would be nice to be able to specify an existing function as the _impl function, for cases like winreg.OpenKey and OpenKeyEx which are the same function by different names, or _winapi.GetCurrentProcess, whose impl function is "return GetCurrentProcess()".

This is pretty minor, but would allow for some shorter and cleaner code.  Unfortunately, I don't have any great ideas for syntax for this, so it may be rejected just on that basis.
History
Date User Action Args
2014-07-28 21:08:56zach.waresetrecipients: + zach.ware, larry
2014-07-28 21:08:56zach.waresetmessageid: <1406581736.61.0.192085386043.issue22096@psf.upfronthosting.co.za>
2014-07-28 21:08:56zach.warelinkissue22096 messages
2014-07-28 21:08:56zach.warecreate