Scott Stevens added the comment:
I'm now seeing docs.python.org has regressed. For 3.9, calls present their
defaults in octal, in 3.10 (beta), they're presented in decimal.
https://docs.python.org/3.10/library/pathlib.html#pathlib.Path.touch
https://docs.python.org/3.10/libra
Scott Stevens added the comment:
Due to the SQLite "Magellan" bug, I'd suggest this be 3.26+.
Details: https://blade.tencent.com/magellan/index_en.html
See also: https://bugs.python.org/issue35360
------
nosy: +Scott Stevens
___
Python
Scott Stevens added the comment:
With the discovery of the SQLite "Magellan" bug, could the version be upgraded
to 3.26 for all Python versions? As far as I know, the security case is
restricted to where the user is allowing aribitrary SQL execution without
arbitrary Python exec