[issue16801] Preserve original representation for integers / floats in docstrings

2021-06-29 Thread Scott Stevens
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

[issue34916] include sqlite-3.25+ (with window functions)

2018-12-16 Thread Scott Stevens
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

[issue35360] [Windows] Update SQLite dependency

2018-12-16 Thread Scott Stevens
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