gh-100176: Tools/iobench: Remove redundant compat code for Python <= 3.2#100197
gh-100176: Tools/iobench: Remove redundant compat code for Python <= 3.2#100197hugovk merged 7 commits into
Conversation
✅ Deploy Preview for python-cpython-preview ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Sorry, something went wrong.
b080903 to
59f2f14
Compare
December 12, 2022 13:19
|
See https://discuss.python.org/t/do-we-still-need-tools-io-cc-string-bench/22557 for a discussion about |
Sorry, something went wrong.
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
AlexWaygood
left a comment
There was a problem hiding this comment.
LG
Sorry, something went wrong.
|
Let's hold off a bit merging this, we can remove the file instead: |
Sorry, something went wrong.
No decision there in a couple of months, let's merge this. We can still remove the file later. |
Sorry, something went wrong.
…on <= 3.2 (python#100197) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Python 3.2 has been EOL since 2016-02-20 and 2.7 since 2020-01-01, so we can remove these old compatibility checks.
https://devguide.python.org/versions/
Also use f-strings and adjust some whitespace.
Ping also @pitrou who created this file with this note in 2010 in a69ba65: