[Python-checkins] cpython (3.4): Update Opensolaris advice to OpenCSW instead of defunct Blastwave.

georg.brandl python-checkins at python.org
Tue Oct 28 22:53:16 CET 2014


https://hg.python.org/cpython/rev/cebbfc5194b9
changeset:   93203:cebbfc5194b9
branch:      3.4
parent:      93200:5611c7c20460
user:        Georg Brandl <georg at python.org>
date:        Tue Oct 28 22:52:49 2014 +0100
summary:
  Update Opensolaris advice to OpenCSW instead of defunct Blastwave.

files:
  Doc/using/unix.rst |  5 ++---
  1 files changed, 2 insertions(+), 3 deletions(-)


diff --git a/Doc/using/unix.rst b/Doc/using/unix.rst
--- a/Doc/using/unix.rst
+++ b/Doc/using/unix.rst
@@ -55,9 +55,8 @@
 On OpenSolaris
 --------------
 
-To install the newest Python versions on OpenSolaris, install `blastwave
-<http://www.blastwave.org/howto.html>`_ and type ``pkg_get -i python`` at the
-prompt.
+You can get Python from `OpenCSW <http://www.opencsw.org/>`_.  Various versions
+of Python are available and can be installed with e.g. ``pkgutil -i python27``.
 
 
 .. _building-python-on-unix:

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list