py-backwards icon indicating copy to clipboard operation
py-backwards copied to clipboard

Support for converting keyword only arguments

Open mitar opened this issue 8 years ago • 0 comments

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.

mitar avatar Sep 16 '17 22:09 mitar