From 412631291ffafdb8901b1e7f88a8829024555076 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sun, 9 Aug 2015 23:38:49 +0200 Subject: [PATCH] core: Tweak deprecation wording I know "not supported" and "deprecated" can mean the same, but I usually read the following meaning into it: - deprecation ~= don't use this, it will stop working in the future - not supported ~= don't use this, it already stopped working Thus I try to only use the "deprecated" term. --- mopidy/core/tracklist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mopidy/core/tracklist.py b/mopidy/core/tracklist.py index 1938f001..db4e2a69 100644 --- a/mopidy/core/tracklist.py +++ b/mopidy/core/tracklist.py @@ -554,7 +554,7 @@ class TracklistController(object): :rtype: list of :class:`mopidy.models.TlTrack` that was removed .. deprecated:: 1.1 - Providing the criteria via ``kwargs`` is no longer supported. + Providing the criteria via ``kwargs``. """ if kwargs: deprecation.warn('core.tracklist.remove:kwargs_criteria')