From fbf0d8b999aedf7d6819e5cc75b0cab825ef4606 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 30 Aug 2017 18:56:16 -0400 Subject: [PATCH] Update which-python.rst --- docs/starting/which-python.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/starting/which-python.rst b/docs/starting/which-python.rst index 2d2868e..ed6c2d7 100644 --- a/docs/starting/which-python.rst +++ b/docs/starting/which-python.rst @@ -21,6 +21,10 @@ The basic gist of the state of things is as follows: Recommendations ~~~~~~~~~~~~~~~ + +.. note:: The use of **Python 3** is *highly* preferred over Python 2. Consider upgrading your applications and infrastructure if you find yourself *still* using Python 2 in production today. If you are using Python 3, congratulations — you are indeed a person of excellent taste. + —*Kenneth Reitz* + I'll be blunt: - Use Python 3 for new Python applications.