From 064937164921c397b7b5d7adc02cf89dc415437c Mon Sep 17 00:00:00 2001 From: Bob Hogg Date: Thu, 6 Oct 2022 18:24:12 +0000 Subject: [PATCH] docs: remove line about Python 2.7 being unsupported According to the README and setup.py, we do support Python 2.7 --- docs/migrating.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/migrating.rst b/docs/migrating.rst index fa13a189..c279ed91 100644 --- a/docs/migrating.rst +++ b/docs/migrating.rst @@ -188,9 +188,6 @@ Will be written like this in the new version:: def function1(arg1, arg2, *, arg3=None, arg4=None) pass -Note that this could change if Python 2.7 support is added at some point, which -is still a possibility. - Exceptions ==========