py-backwards
py-backwards copied to clipboard
Support for converting keyword only arguments
See: #16
There is no perfect way to convert those. This pull requests reorders arguments which might not be OK for some. But if you used keyword arguments for all arguments when calling, then this will continue to work in Python 2.7.