Blame SOURCES/0001-Remove-outdated-comment-about-Click-3.0.patch

092fd0
From 4fa671b4afdde8e103a03b39dcdc66e1a10a16fa Mon Sep 17 00:00:00 2001
092fd0
From: Adam Dangoor <adamdangoor@gmail.com>
092fd0
Date: Mon, 31 Jul 2017 17:58:41 +0100
092fd0
Subject: [PATCH 1/3] Remove outdated comment about Click 3.0
092fd0
092fd0
---
092fd0
 click/core.py | 1 -
092fd0
 1 file changed, 1 deletion(-)
092fd0
092fd0
diff --git a/click/core.py b/click/core.py
092fd0
index 7456451..18fa9a5 100644
092fd0
--- a/click/core.py
092fd0
+++ b/click/core.py
092fd0
@@ -68,7 +68,6 @@ def invoke_param_callback(callback, ctx, param, value):
092fd0
     args = getattr(code, 'co_argcount', 3)
092fd0
 
092fd0
     if args < 3:
092fd0
-        # This will become a warning in Click 3.0:
092fd0
         from warnings import warn
092fd0
         warn(Warning('Invoked legacy parameter callback "%s".  The new '
092fd0
                      'signature for such callbacks starting with '
092fd0
-- 
092fd0
2.14.2
092fd0