From 0bb5bbbf8db22377fb55dd1e5744b73ce4cf0c70 Mon Sep 17 00:00:00 2001 From: "Figueiro,T,Thiago,VSF R" Date: Tue, 30 Jul 2019 14:14:10 +1000 Subject: [PATCH] [doc] remove recommendation to use Python 2 instead of Python 3 --- docs/python3.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/python3.rst b/docs/python3.rst index 0ec1014e4..3b7277a92 100644 --- a/docs/python3.rst +++ b/docs/python3.rst @@ -8,9 +8,6 @@ it suffers from the Unicode text model in Python 3. All examples in the documentation were written so that they could run on both Python 2.x and Python 3.4 or higher. -At the moment, it is strongly recommended to use Python 2 for Click -utilities unless Python 3 is a hard requirement. - .. _python3-limitations: Python 3 Limitations