slackware-current/source/d/python3
Patrick J Volkerding 5ed13142b0 Sun Jan 16 07:23:29 UTC 2022
a/aaa_base-15.0-x86_64-3.txz:  Rebuilt.
  In initial email to root, use the new /var/lib/pkgtools/ paths to the files
  for packages and scripts. Thanks to franzen.
a/btrfs-progs-5.16-x86_64-1.txz:  Upgraded.
d/python3-3.9.10-x86_64-1.txz:  Upgraded.
d/rust-1.58.0-x86_64-1.txz:  Upgraded.
kde/digikam-7.5.0-x86_64-1.txz:  Upgraded.
kde/kglobalaccel-5.90.0-x86_64-2.txz:  Rebuilt.
  Applied patch:
  [PATCH] Prevent kglobalaccel5 getting activated on non-Plasma systems.
  Although this patch was later reverted, I'm on board with the need for it.
  If it causes any problems, please let me know soon.
  Thanks to Lockywolf.
kde/kid3-3.9.1-x86_64-1.txz:  Upgraded.
kde/plasma-wayland-protocols-1.6.0-x86_64-1.txz:  Upgraded.
kde/sddm-0.19.0-x86_64-10.txz:  Rebuilt.
  Allow the init program to properly supervise sddm when entering runlevel 4.
  Thanks to mumahendras3.
l/neon-0.32.2-x86_64-1.txz:  Upgraded.
l/netpbm-10.97.02-x86_64-1.txz:  Upgraded.
n/postfix-3.6.4-x86_64-1.txz:  Upgraded.
x/mesa-21.3.4-x86_64-1.txz:  Upgraded.
x/xterm-370-x86_64-2.txz:  Rebuilt.
  Use upstream app-defaults again. Thanks to OldHolborn.
2022-01-16 17:59:57 +01:00
..
python.sysconfig.py.x86_64.diff Sat Nov 20 20:23:50 UTC 2021 2021-11-21 08:59:57 +01:00
python3.distutils.x86_64.diff Thu Nov 4 04:43:31 UTC 2021 2021-11-04 08:59:59 +01:00
python3.no-static-library.diff Thu Nov 4 04:43:31 UTC 2021 2021-11-04 08:59:59 +01:00
python3.readline.set_pre_input_hook.diff Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00
python3.setup.py.x86_64.diff Sun Oct 25 18:05:51 UTC 2020 2020-10-26 08:18:35 +01:00
python3.SlackBuild Sun Jan 16 07:23:29 UTC 2022 2022-01-16 17:59:57 +01:00
python3.url Wed Jul 10 23:56:13 UTC 2019 2019-07-11 08:59:45 +02:00
README Thu Nov 4 04:43:31 UTC 2021 2021-11-04 08:59:59 +01:00
slack-desc Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00

Python is an interpreted, interactive, object-oriented programming
language that combines remarkable power with very clear syntax.
Python's basic power can be extended with your own modules written in C
or C++.  Python is also adaptable as an extension language for existing
applications.

Python 3 (a.k.a. "Python 3000" or "Py3k") is a new version of the
language that is incompatible with the 2.x line of releases.  The
language is mostly the same, but many details, especially how built-in
objects like dictionaries and strings work, have changed considerably,
and a lot of deprecated features have finally been removed.  Also, the
standard library has been reorganized in a few prominent places.

It is safe to install alongside Slackware's Python 2.x.

If you'd like to have HTML docs installed, get them from
<https://docs.python.org/3/download.html> (HTML format, .tar.bz2
archive).