[Python-checkins] python/dist/src/Doc/mac libscrap.tex,1.1,1.2 toolbox.tex,1.7,1.8 using.tex,1.8,1.9

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
Mon, 21 Jul 2003 18:09:24 -0700


Update of /cvsroot/python/python/dist/src/Doc/mac
In directory sc8-pr-cvs1:/tmp/cvs-serv15906

Modified Files:
	libscrap.tex toolbox.tex using.tex 
Log Message:
Avoid a 301 permanent redirect.
Part of SF patch #773007.


Index: libscrap.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/mac/libscrap.tex,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** libscrap.tex	8 Mar 2002 03:15:49 -0000	1.1
--- libscrap.tex	22 Jul 2003 01:09:22 -0000	1.2
***************
*** 36,40 ****
  
  \begin{seealso}
!   \seetitle[http://developer.apple.com/techpubs/mac/MoreToolbox/MoreToolbox-109.html]
             {Scrap Manager}{Apple's documentation for the Scrap Manager
              gives a lot of useful information about using the Scrap
--- 36,40 ----
  
  \begin{seealso}
!   \seetitle[http://developer.apple.com/documentation/mac/MoreToolbox/MoreToolbox-109.html]
             {Scrap Manager}{Apple's documentation for the Scrap Manager
              gives a lot of useful information about using the Scrap

Index: toolbox.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/mac/toolbox.tex,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** toolbox.tex	12 Feb 2003 09:58:33 -0000	1.7
--- toolbox.tex	22 Jul 2003 01:09:22 -0000	1.8
***************
*** 11,15 ****
  functions have a \member{__doc__} string describing their arguments
  and return values, and for additional description you are referred to
! \citetitle[http://developer.apple.com/techpubs/macos8/mac8.html]{Inside
  Macintosh} or similar works.
  
--- 11,15 ----
  functions have a \member{__doc__} string describing their arguments
  and return values, and for additional description you are referred to
! \citetitle[http://developer.apple.com/documentation/macos8/mac8.html]{Inside
  Macintosh} or similar works.
  

Index: using.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/mac/using.tex,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** using.tex	11 Apr 2003 15:35:28 -0000	1.8
--- using.tex	22 Jul 2003 01:09:22 -0000	1.9
***************
*** 3,7 ****
  
  Using Python on a Macintosh, especially on Mac OS 9 (MacPython-OSX
! includes a complete unix Python) can seem like something completely
  different than using it on a \UNIX-like or Windows system. Most of the
  Python documentation, both the ``official'' documentation and published
--- 3,7 ----
  
  Using Python on a Macintosh, especially on Mac OS 9 (MacPython-OSX
! includes a complete \UNIX{} Python) can seem like something completely
  different than using it on a \UNIX-like or Windows system. Most of the
  Python documentation, both the ``official'' documentation and published
***************
*** 29,37 ****
      \item A \file{MacPython-2.3} folder in your \file{Applications}
      folder. In here you find the PythonIDE Integrated Development Environment;
!     PythonLauncher, which handles double-clicking Python scripts from the Finder; and
!     the Package Manager.
      
!     \item A fairly standard unix commandline Python interpreter in
!     \file{/usr/local/bin/python}, but without the usual \file{/usr/local/lib/python}.
      
      \item A framework \file{/Library/Frameworks/Python.framework}, where
--- 29,38 ----
      \item A \file{MacPython-2.3} folder in your \file{Applications}
      folder. In here you find the PythonIDE Integrated Development Environment;
!     PythonLauncher, which handles double-clicking Python scripts from
!     the Finder; and the Package Manager.
      
!     \item A fairly standard \UNIX{} commandline Python interpreter in
!     \file{/usr/local/bin/python}, but without the usual
!     \file{/usr/local/lib/python}.
      
      \item A framework \file{/Library/Frameworks/Python.framework}, where
***************
*** 45,50 ****
  Python you should start reading the IDE introduction in that document.
  
! If you are familiar with Python on other unix platforms you should read the
! section on running Python scripts from the unix shell.
  
  \subsection{How to run a Python script}
--- 46,51 ----
  Python you should start reading the IDE introduction in that document.
  
! If you are familiar with Python on other \UNIX{} platforms you should
! read the section on running Python scripts from the \UNIX{} shell.
  
  \subsection{How to run a Python script}
***************
*** 56,67 ****
  If you want to run Python scripts from the Terminal window command line
  or from the Finder you first need an editor to create your script.
! Mac OS X comes with a number of standard unix command line editors,
  \program{vi} and \program{emacs} among them. If you want a more Mac-like
  editor \program{BBEdit} or \program{TextWrangler} from Bare Bones Software
! (see \url{http://www.barebones.com}) are good choices. Their freeware
! \program{BBEdit Lite} is officially discontinued but still available.
! \program{AppleWorks} or any other word processor that can save files
! in ASCII is also a possibility, but \program{TextEdit} is not: it saves in .rtf
! format only.
  
  To run your script from the Terminal window you must make sure that
--- 57,68 ----
  If you want to run Python scripts from the Terminal window command line
  or from the Finder you first need an editor to create your script.
! Mac OS X comes with a number of standard \UNIX{} command line editors,
  \program{vi} and \program{emacs} among them. If you want a more Mac-like
  editor \program{BBEdit} or \program{TextWrangler} from Bare Bones Software
! (see \url{http://www.barebones.com/products/bbedit/index.shtml}) are
! good choices.  Their freeware \program{BBEdit Lite} is officially
! discontinued but still available.  \program{AppleWorks} or any other
! word processor that can save files in ASCII is also a possibility, but
! \program{TextEdit} is not: it saves in \file{.rtf} format only.
  
  To run your script from the Terminal window you must make sure that
***************
*** 91,96 ****
  \subsection{configuration}
  
! MacPython honours 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{\textasciitilde /.MacOSX/environment.plist}.
--- 92,98 ----
  \subsection{configuration}
  
! MacPython honours 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{\textasciitilde /.MacOSX/environment.plist}.
***************
*** 104,108 ****
  The most recent release version as well as possible newer experimental
  versions are best found at the MacPython page maintained by Jack
! Jansen: \url{http://www.cwi.nl/\textasciitilde jack/macpython.html}.
  
  Please refer to the \file{README} included with your distribution for
--- 106,110 ----
  The most recent release version as well as possible newer experimental
  versions are best found at the MacPython page maintained by Jack
! Jansen: \url{http://homepages.cwi.nl/\textasciitilde jack/macpython.html}.
  
  Please refer to the \file{README} included with your distribution for