Python 3.8.0 released
Posted Oct 15, 2019 3:50 UTC (Tue)
by bof (subscriber, #110741)
[Link]
https://docs.python.org/3.8/whatsnew/3.8.html#parallel-fi...
As a sysadmin, having worked around that cruft with extra --exclude on rsync and in similar places, that is a very welcome addition, to the point where I'll think about forcing python3 wrappers through my own deploy packaging to apply that universally on my self managed installs.
Posted Oct 15, 2019 16:20 UTC (Tue)
by NYKevin (subscriber, #129325)
[Link]
That has to be one of the oldest bugs in Python, going at least as far back as Python 2.0 (see https://docs.python.org/2.0/ref/continue.html).
(I'm struggling to think of a scenario where you would want to put a continue in a finally block, but it's still a bug of extraordinary seniority. Also, I am impressed with the PSF's commitment to the "cool URIs don't change" ideal. Most websites break links every five years or so, but the above link is from 2001!)
Python 3.8.0 released
Python 3.8.0 released
