| ▲ | zahlman 4 days ago |
| Meanwhile in Python: 134 million weekly downloads, seemingly slowly trending upward over time, for https://pypistats.org/packages/six which provides third-party compatibility for a version of Python that dropped support over five years ago. |
|
| ▲ | nromiun 4 days ago | parent | next [-] |
| The code is 813 lines [0]. Not saying everyone should use it but these two are not directly comparable. [0] https://github.com/benjaminp/six/blob/main/six.py |
| |
| ▲ | zahlman 4 days ago | parent [-] | | It is much more code, but it should be even more useless. (No slight intended to Benjamin Peterson.) The 2.7 window was already extended to give everyone a chance to migrate. |
|
|
| ▲ | rtpg 4 days ago | parent | prev | next [-] |
| Was a bit surprised at this, but looking into the packages in a work project that require six, a _huge_ chunk of them are packages that are still explicitly supporting Python 2.7 still (usually stuff related to operations). I believe if you pay money to certain repo maintainers like red hat you can still have a supported version of Python 2.7. |
| |
| ▲ | zahlman 3 days ago | parent [-] | | > a _huge_ chunk of them are packages that are still explicitly supporting Python 2.7 still Do you know if they also support 3.x? Do you know if they're available on PyPI? > (usually stuff related to operations). What kind of "operations" do you mean? | | |
| ▲ | rtpg 3 days ago | parent [-] | | yes they also support python 3.x, are available on PyPI, and are related to operations in the sense of like... infrastructure management and the like. You have a huge pile of "sysop Python" out there interfacing with various infrastructure providers who are more interested in selling infra usage than getting off of Python 2. "In order to use our new storage service via our library you need to upgrade to Python 3 first"
"ehhhhhhhh kinda annoying" That interaction has happened in the past. Time marches forward of course but. |
|
|
|
| ▲ | sega_sai 4 days ago | parent | prev [-] |
| Most of these downloads, I would bet, are from CI |
| |
| ▲ | zahlman 4 days ago | parent [-] | | Oh, I don't doubt it at all. But that doesn't make it any less depressing to me. Nor does it matter to Fastly's bandwidth burden. |
|