Variable: python-2-support
python-2-support is a customizable variable defined in python.el.gz.
Value
nil
Documentation
If non-nil, enable Python 2 support.
Currently only affects highlighting.
After customizing this variable, you must restart Emacs for it to take effect.
This variable was added, or its default value changed, in Emacs 31.1.
Probably introduced at or before Emacs version 31.1.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/python.el.gz
(defcustom python-2-support nil
"If non-nil, enable Python 2 support.
Currently only affects highlighting.
After customizing this variable, you must restart Emacs for it to take
effect."
:version "31.1"
:type 'boolean
:safe 'booleanp)