New submission from Zachary Ware:

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.

----------
priority: normal -> low

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22096>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to