Wow! A release on a Saturday? Do the release management team even rest? You
better believe it, because this is the last of the planned beta releases.
This means that the next pre-release will be the first release candidate of
Python 3.10.0. Remember that our goal is to have no ABI changes after thi
On 11/07/21 2:24 am, Dennis Lee Bieber wrote:
Off-hand, that looks like a BASH command, so stuff it in your .bashrc
or .profile and see what happens.
Or make yourself a little shell script that starts flask with
the appopriate settings.
--
Greg
--
https://mail.python.org/mailman/listi
On 09/07/2021 17:29, Артем Комендантян wrote:
Hello!
There is a code https://pastebin.com/0NLsHuLa.
It has a multiline chain of method calling, when some method fails. In
python3.7 it fails in a row which corresponds to the failing method, in
python3.9 it corresponds to the very first line.
Ano