[Python-checkins] cpython (merge 3.5 -> default): Closes #24962: Merge with 3.5

zach.ware python-checkins at python.org
Sun Aug 30 05:27:55 CEST 2015


https://hg.python.org/cpython/rev/5711ffc2292f
changeset:   97547:5711ffc2292f
parent:      97543:7996fa5f503f
parent:      97546:84c3188f6e1e
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Sat Aug 29 22:27:12 2015 -0500
summary:
  Closes #24962: Merge with 3.5

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


diff --git a/Doc/using/mac.rst b/Doc/using/mac.rst
--- a/Doc/using/mac.rst
+++ b/Doc/using/mac.rst
@@ -102,8 +102,9 @@
 Python on OS X honors all standard Unix environment variables such as
 :envvar:`PYTHONPATH`, but setting these variables for programs started from the
 Finder is non-standard as the Finder does not read your :file:`.profile` or
-:file:`.cshrc` at startup. You need to create a file :file:`~
-/.MacOSX/environment.plist`. See Apple's Technical Document QA1067 for details.
+:file:`.cshrc` at startup. You need to create a file
+:file:`~/.MacOSX/environment.plist`. See Apple's Technical Document QA1067 for
+details.
 
 For more information on installation Python packages in MacPython, see section
 :ref:`mac-package-manager`.

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


More information about the Python-checkins mailing list