[Python-checkins] python/dist/src/Mac/OSX/Dist/resources Welcome.txt,1.1,1.1.2.1

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Mon, 28 Apr 2003 07:48:04 -0700


Update of /cvsroot/python/python/dist/src/Mac/OSX/Dist/resources
In directory sc8-pr-cvs1:/tmp/cvs-serv23566/resources

Modified Files:
      Tag: r23b1-branch
	Welcome.txt 
Log Message:
- Don't generate README, but ask the user to provide it.
- Create destination dir, if needed.
- Updated for 2.3b1.


Index: Welcome.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSX/Dist/resources/Welcome.txt,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -C2 -d -r1.1 -r1.1.2.1
*** Welcome.txt	21 Mar 2003 23:52:36 -0000	1.1
--- Welcome.txt	28 Apr 2003 14:47:58 -0000	1.1.2.1
***************
*** 1,6 ****
! Welcome!
  
! This program will install Python 2.3a2 for Mac OS X as a Framework.
  
! Build number: 3
! Build date:   Thu Mar 20 18:54:52 PST 2003
--- 1,19 ----
! This program will install MacPython 2.3b1 for Mac OS X.
  
! MacPython consists of the Python programming language interpreter, plus
! a set of programs to allow easy access to it for Mac users (an
! integrated development environment, a Python extension package manager),
! plus a set of pre-built extension modules that open up specific
! Macintosh technologies to Python programs (Carbon, AppleScript,
! Quicktime, more).
  
! The installer puts the applications in MacPython-2.3 in your
! Applications folder, command-line tools in /usr/local/bin and the
! underlying machinery in /Library/Frameworks/Python.framework.
! 
! The PythonIDE application has a Help command that gets you started
! quickly with MacPython and contains references to other documentation.
! 
! More information on MacPython can be found at
! http://www.cwi.nl/~jack/macpython.html, more information on Python in
! general at http://www.python.org.