From 604bb8793be11ff80c853b68db240f4afa01a09b Mon Sep 17 00:00:00 2001 From: BethanyG Date: Mon, 18 Jan 2021 13:28:05 -0800 Subject: [PATCH] Marking `error-handling` Side Exercise Deprecated (#2281) * Marking `error-handling` Side Exercise Deprecated Per discussions on [issue 1780](https://github.com/exercism/python/issues/1780), the `error-handling` exercise probably needs a full re-write. Until that can be completed, we're deprecating the exercise for the Python track. * Changed topics to null for deprecated exercise * Changed unlock & difficulty params for error-handling Exercise has be deprecated. * remove trailing whitespace Co-authored-by: Corey McCandless --- config.json | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/config.json b/config.json index 0415e630d1..1067ff90f8 100644 --- a/config.json +++ b/config.json @@ -1280,11 +1280,10 @@ "slug": "error-handling", "uuid": "0dac0feb-e1c8-497e-9a1b-e96e0523eea6", "core": false, - "unlocked_by": "hamming", - "difficulty": 3, - "topics": [ - "exception_handling" - ] + "unlocked_by": null, + "difficulty": 0, + "topics": null, + "deprecated": true }, { "slug": "dominoes",