K 10 svn:author V 5 novel K 8 svn:date V 27 2016-03-04T16:34:48.897932Z K 7 svn:log V 397 New port: devel/py-positional positional provides a decorator which enforces only some args may be passed positionally. The idea and some of the code was taken from the oauth2 client of the google-api client. The decorator makes it easy to support Python 3 style key-word only parameters. WWW: https://github.com/morganfainberg/positional Reviewed by: koobs, mat Differential Revision: D5540 END