LWN: Comments on "Python 3.8.0 released" https://lwn.net/Articles/802284/ This is a special feed containing comments posted to the individual LWN article titled "Python 3.8.0 released". en-us Tue, 30 Sep 2025 09:37:38 +0000 Tue, 30 Sep 2025 09:37:38 +0000 https://www.rssboard.org/rss-specification lwn@lwn.net Python 3.8.0 released https://lwn.net/Articles/802336/ https://lwn.net/Articles/802336/ NYKevin <div class="FormattedComment"> <font class="QuotedText">&gt; A continue statement was illegal in the finally clause due to a problem with the implementation. In Python 3.8 this restriction was lifted. (Contributed by Serhiy Storchaka in bpo-32489.)</font><br> <p> That has to be one of the oldest bugs in Python, going at least as far back as Python 2.0 (see <a href="https://docs.python.org/2.0/ref/continue.html">https://docs.python.org/2.0/ref/continue.html</a>).<br> <p> (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!)<br> </div> Tue, 15 Oct 2019 16:20:11 +0000 Python 3.8.0 released https://lwn.net/Articles/802294/ https://lwn.net/Articles/802294/ bof <div class="FormattedComment"> Whoa! Unexpected Goodness!<br> <p> <a href="https://docs.python.org/3.8/whatsnew/3.8.html#parallel-filesystem-cache-for-compiled-bytecode-files">https://docs.python.org/3.8/whatsnew/3.8.html#parallel-fi...</a><br> <p> 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.<br> </div> Tue, 15 Oct 2019 03:50:45 +0000