summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFigueiro,T,Thiago,VSF R <thiago.figueiro@bt.com>2019-07-30 14:14:10 +1000
committerDavid Lord <davidism@gmail.com>2019-08-01 10:47:13 -0700
commit00cddbe30cfd7a65c887ba18524640da4e8747c1 (patch)
tree2802045825a9ffc80f5251f554c1b21048ccfa79 /docs
parent8e81a91aea737f4fc8f81347ffee28c88b15f5d5 (diff)
downloadclick-00cddbe30cfd7a65c887ba18524640da4e8747c1.tar.gz
[doc] remove recommendation to use Python 2 instead of Python 3
Diffstat (limited to 'docs')
-rw-r--r--docs/python3.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/python3.rst b/docs/python3.rst
index 922ceef..e464c7b 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