author | Sylvain Thénault <sylvain.thenault@logilab.fr> |
Thu, 27 Aug 2009 19:36:20 +0200 | |
branch | 3.5 |
changeset 3044 | 27ded3bbd105 |
parent 3043 | 7bcb7f1c0f46 |
child 3046 | 610a11c683e5 |
vregistry.py | file | annotate | diff | comparison | revisions |
--- a/vregistry.py Thu Aug 27 17:04:50 2009 +0200 +++ b/vregistry.py Thu Aug 27 19:36:20 2009 +0200 @@ -171,7 +171,7 @@ raise `NoSelectableObject` if not object apply """ if len(args) > 1: - warn('[2.5] only the request param can not be named when calling select*', + warn('[3.5] only the request param can not be named when calling select*', DeprecationWarning, stacklevel=3) score, winners = 0, [] for appobject in appobjects: