[Python-checkins] r54763 - in python/trunk/Doc: api/init.tex inst/inst.tex lib/libposixpath.tex mac/using.tex (original) (raw)
georg.brandl python-checkins at python.org
Thu Apr 12 01:28:45 CEST 2007
- Previous message: [Python-checkins] r54762 - python/trunk/Lib/cgitb.py
- Next message: [Python-checkins] r54764 - sandbox/trunk/pep0/pep0.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: georg.brandl Date: Thu Apr 12 01:28:44 2007 New Revision: 54763
Modified: python/trunk/Doc/api/init.tex python/trunk/Doc/inst/inst.tex python/trunk/Doc/lib/libposixpath.tex python/trunk/Doc/mac/using.tex Log: Repair missing spaces after \UNIX.
Modified: python/trunk/Doc/api/init.tex
--- python/trunk/Doc/api/init.tex (original) +++ python/trunk/Doc/api/init.tex Thu Apr 12 01:28:44 2007 @@ -245,7 +245,7 @@ program name (set by \cfunction{Py_SetProgramName()} above) and some environment variables. The returned string consists of a series of directory names separated by a platform dependent delimiter
- character. The delimiter character is \character{:} on \UNIX and Mac OS X,
- character. The delimiter character is \character{:} on \UNIX{} and Mac OS X, \character{;} on Windows. The returned string points into static storage; the caller should not modify its value. The value is available to Python code as the list
Modified: python/trunk/Doc/inst/inst.tex
--- python/trunk/Doc/inst/inst.tex (original) +++ python/trunk/Doc/inst/inst.tex Thu Apr 12 01:28:44 2007 @@ -296,7 +296,7 @@ \filevar{prefix} and \filevar{exec-prefix} stand for the directories that Python is installed to, and where it finds its libraries at run-time. They are always the same under Windows, and very -often the same under \UNIX and Mac OS X. You can find out what your Python +often the same under \UNIX{} and Mac OS X. You can find out what your Python installation uses for \filevar{prefix} and \filevar{exec-prefix} by running Python in interactive mode and typing a few simple commands. Under \UNIX, just type \code{python} at the shell prompt. Under
Modified: python/trunk/Doc/lib/libposixpath.tex
--- python/trunk/Doc/lib/libposixpath.tex (original) +++ python/trunk/Doc/lib/libposixpath.tex Thu Apr 12 01:28:44 2007 @@ -58,7 +58,7 @@ \end{funcdesc}
\begin{funcdesc}{expanduser}{path} -On \UNIX and Windows, return the argument with an initial component of +On \UNIX{} and Windows, return the argument with an initial component of \samp{~} or \samp{~\var{user}} replaced by that \var{user}'s home directory.
On \UNIX, an initial \samp{~} is replaced by the environment variable
Modified: python/trunk/Doc/mac/using.tex
--- python/trunk/Doc/mac/using.tex (original) +++ python/trunk/Doc/mac/using.tex Thu Apr 12 01:28:44 2007 @@ -2,7 +2,7 @@ \sectionauthor{Bob Savage}{bobsavage at mac.com}
Python on a Macintosh running Mac OS X is in principle very similar to -Python on any other \UNIX platform, but there are a number of additional +Python on any other \UNIX{} platform, but there are a number of additional features such as the IDE and the Package Manager that are worth pointing out.
Python on Mac OS 9 or earlier can be quite different from Python on
- Previous message: [Python-checkins] r54762 - python/trunk/Lib/cgitb.py
- Next message: [Python-checkins] r54764 - sandbox/trunk/pep0/pep0.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]