From a8124b625c9e9c2f1c0f85d01dac15b3807fa423 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sat, 6 Jan 2018 12:28:58 +0100 Subject: [PATCH] Add a comment to refactoring that it's not in active development --- jedi/refactoring.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/jedi/refactoring.py b/jedi/refactoring.py index ee938427..93420f2b 100644 --- a/jedi/refactoring.py +++ b/jedi/refactoring.py @@ -1,4 +1,7 @@ """ +THIS is not in active development, please check +https://github.com/davidhalter/jedi/issues/667 first before editing. + Introduce some basic refactoring functions to |jedi|. This module is still in a very early development stage and needs much testing and improvement.