Path to this page:
Subject: CVS commit: pkgsrc/devel/py-decorator
From: Adam Ciarcinski
Date: 2018-06-16 14:18:12
Message id: 20180616121813.0682FFBEC@cvs.NetBSD.org
Log Message:
py-decorator: updated to 4.3.0
4.3.0:
Extended the decorator family facility to work with positional arguments and \
updated the documentation. Removed decorator.getargspec and provided \
decorator.getfullargspec instead. This is convenient for users of Python \
2.6/2.7, the others can just use inspect.getfullargspec.
Files: