Skip to content

Commit 7cb0d7b

Browse files
committed
Clarified Python version suitable for development. Removed reference to Lion to be more generic OS X.
1 parent 92d6805 commit 7cb0d7b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/starting/install/osx.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ described in the next section before you start building Python applications
1111
for real-world use. In particular, you should always install Distribute, as it
1212
makes it much easier for you to use other third-party Python libraries.
1313

14-
The version of Python that ships with OS X is great for learning, but it's not
15-
good for development. It's slightly out of date, and Apple has made significant
16-
changes that can cause hidden bugs.
14+
The version of Python that ships with OS X is great for learning. Yet, it's not
15+
good for development. The version shipped with OS X may be out of date from the
16+
`official current Python release <https://www.python.org/downloads/mac-osx/>`_,
17+
which is considered the stable production version.
1718

1819
Doing it Right
1920
--------------
@@ -31,7 +32,7 @@ package.
3132
In combination, the software can cause issues that are difficult to
3233
diagnose.
3334

34-
While Lion comes with a large number of UNIX utilities, those familiar with
35+
While OS X comes with a large number of UNIX utilities, those familiar with
3536
Linux systems will notice one key component missing: a decent package manager.
3637
`Homebrew <http://brew.sh>`_ fills this void.
3738

0 commit comments

Comments
 (0)