[svn r63914] py.log._apiwarn is fine enough because it's something
of an py lib internal api deprecation mechanism atm. --HG-- branch : trunk
This commit is contained in:
@@ -21,7 +21,7 @@ class checker:
|
||||
kwargs-specified specification.
|
||||
"""
|
||||
def __init__(self, **kwargs):
|
||||
py.log.APIWARN("0.9.0",
|
||||
py.log._apiwarn("0.9.0",
|
||||
"py.path.checker is deprecated, construct "
|
||||
"calls to pathobj.check() instead",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user