mirror of
git://slackware.nl/current.git
synced 2025-01-08 05:24:13 +01:00
00cb38d107
patches/packages/mozilla-thunderbird-102.3.3-x86_64-1_slack15.0.txz: Upgraded. This is a bugfix release. For more information, see: https://www.mozilla.org/en-US/thunderbird/102.3.3/releasenotes/ patches/packages/python3-3.9.15-x86_64-1_slack15.0.txz: Upgraded. This update fixes security issues: Bundled libexpat was upgraded from 2.4.7 to 2.4.9 which fixes a heap use-after-free vulnerability in function doContent. gh-97616: a fix for a possible buffer overflow in list *= int. gh-97612: a fix for possible shell injection in the example script get-remote-certificate.py. gh-96577: a fix for a potential buffer overrun in msilib. For more information, see: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-40674 (* Security fix *)
11 lines
663 B
Text
11 lines
663 B
Text
python3: python3 (object-oriented interpreted programming language v3)
|
|
python3:
|
|
python3: Python is an interpreted, interactive, object-oriented programming
|
|
python3: language that combines remarkable power with very clear syntax.
|
|
python3: This is a new version of the language that is incompatible with the
|
|
python3: 2.x line of releases. The language is mostly the same, but many
|
|
python3: details, especially how built-in objects like dictionaries and strings
|
|
python3: work, have changed considerably, and a lot of deprecated features have
|
|
python3: finally been removed. Also, the standard library has been reorganized
|
|
python3: in a few prominent places.
|
|
python3:
|