SIGN IN SIGN UP

gh-100176: venv: Remove redundant compat code for Python <= 3.2 (#100177)

gh-100176: Remove redundant compat code for Python 3.2 and older

Python 3.2 has been EOL since 2016-02-20 and 2.7 since 2020-01-01, so we
can remove this old compatibility check and unindent the old else-block.

Also, in the unindented block, replace a .format() call with an f-string.

Plus similar changes in the documentation.
H
Hugo van Kemenade committed
3192c00a3cf136e06592d9a14d4d7b82412da4de
Parent: 6997e77
Committed by GitHub <noreply@github.com> on 12/14/2022, 11:37:11 AM