]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove compatibility check for Python versions below 2.2. (GH-28314)
authorOmer Katz <omer.drow@gmail.com>
Fri, 17 Sep 2021 13:36:41 +0000 (16:36 +0300)
committerGitHub <noreply@github.com>
Fri, 17 Sep 2021 13:36:41 +0000 (15:36 +0200)
commit778b07565e38cc94aa90318eb47b9cd09716756a
tree0eeab654c4a68faed8d0b48fb763f52bf718db89
parent54a1760cde7bb01e5574734c389c0746762218fd
Remove compatibility check for Python versions below 2.2. (GH-28314)

`os.path.realpath()` already exists in all our supported Python versions.
There's no longer a need to check if it exists or not.

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Lib/platform.py