slackware-current/source/d/python3
Patrick J Volkerding 22d153f9e2 Wed Aug 1 22:38:53 UTC 2018
ap/man-db-2.8.4-x86_64-1.txz:  Upgraded.
d/gdb-8.1.1-x86_64-1.txz:  Upgraded.
d/python-pip-18.0-x86_64-1.txz:  Upgraded.
d/python-setuptools-40.0.0-x86_64-1.txz:  Upgraded.
d/python3-3.6.6-x86_64-1.txz:  Upgraded.
l/libpcap-1.9.0-x86_64-1.txz:  Upgraded.
l/pango-1.42.3-x86_64-1.txz:  Upgraded.
x/libdrm-2.4.93-x86_64-1.txz:  Upgraded.
xap/blueman-2.0.6-x86_64-1.txz:  Upgraded.
  This update fixes an issue where blueman-mechanism did not enforce the
  polkit action 'org.blueman.network.setup' for which a polkit policy is
  shipped. This meant that any user with access to the D-Bus system bus was
  able to access the related API without authentication. The result was an
  unspecified impact on the networking stack.
  Thanks to Matthias Gerstner for discovering this issue.
  (* Security fix *)
testing/packages/glibc-2.28-x86_64-1.txz:  Added.
  These packages are in /testing pending FTBFS analysis. They seem to work
  fine here, but with a few header file deprecations and some other
  possible API changes and incompatibilities (see the NEWS file), I expect
  there will be some changes required to various packages. Feel free to
  test them out though. Because of changes to the way glibc is built and
  installed that started with the glibc-2.27 packages, you can upgrade to
  these packages and also (if you wish) downgrade back to glibc-2.27 using
  upgradepkg.
testing/packages/glibc-i18n-2.28-x86_64-1.txz:  Added.
testing/packages/glibc-profile-2.28-x86_64-1.txz:  Added.
testing/packages/glibc-solibs-2.28-x86_64-1.txz:  Added.
2018-08-02 09:00:35 +02:00
..
python3.no-static-library.diff Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02: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.SlackBuild Wed Aug 1 22:38:53 UTC 2018 2018-08-02 09:00:35 +02:00
python3.x86_64.diff Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02:00
README Mon May 28 19:12:29 UTC 2018 2018-05-31 23:39:35 +02: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).