diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2022-12-14 11:37:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-14 11:37:11 (GMT) |
commit | 3192c00a3cf136e06592d9a14d4d7b82412da4de (patch) | |
tree | 0205879580c14c39eef25716c388c147dca94ff0 /Python/pytime.c | |
parent | 6997e77bdf2297375962aaf82876da4e7ecdd61a (diff) | |
download | cpython-3192c00a3cf136e06592d9a14d4d7b82412da4de.zip cpython-3192c00a3cf136e06592d9a14d4d7b82412da4de.tar.gz cpython-3192c00a3cf136e06592d9a14d4d7b82412da4de.tar.bz2 |
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.
Diffstat (limited to 'Python/pytime.c')
0 files changed, 0 insertions, 0 deletions