[Python-checkins] python/dist/src/Mac ReadMe,1.46,1.46.2.1 _checkversion.py,1.12,1.12.6.1

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Fri, 21 Feb 2003 14:01:50 -0800


Update of /cvsroot/python/python/dist/src/Mac
In directory sc8-pr-cvs1:/tmp/cvs-serv4382

Modified Files:
      Tag: r23a2-branch
	ReadMe _checkversion.py 
Log Message:
Files used for MacPython-OS9 2.3a2 distribution.

Index: ReadMe
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/ReadMe,v
retrieving revision 1.46
retrieving revision 1.46.2.1
diff -C2 -d -r1.46 -r1.46.2.1
*** ReadMe	8 Jan 2003 16:27:29 -0000	1.46
--- ReadMe	21 Feb 2003 22:01:44 -0000	1.46.2.1
***************
*** 1,3 ****
! How to install MacPython-OS9 2.3a1 on your Macintosh
  ----------------------------------------------------
  
--- 1,3 ----
! How to install MacPython-OS9 2.3a2 on your Macintosh
  ----------------------------------------------------
  
***************
*** 19,23 ****
    only modules that are not shared with MacPython-OSX 2.3.
  - macfs is now a pure Python wrapper module around various modules in the
!   Carbon package. For 2.3a1 only this wrapping is incomplete: fsspec.SetDates()
    does not work yet. If you encounter any other problems please report them.
  
--- 19,23 ----
    only modules that are not shared with MacPython-OSX 2.3.
  - macfs is now a pure Python wrapper module around various modules in the
!   Carbon package. For 2.3a2 only this wrapping is incomplete: fsspec.SetDates()
    does not work yet. If you encounter any other problems please report them.
  
***************
*** 76,83 ****
  Python and "import test.regrtest ; test.regrtest.main()". 
  
! test_httplib fails with an unexpected output error, 
! this problem is being investigated.
  
! test_socket fails, this problem is being investigated.
  
  Three tests will fail on MacOS9 with MemoryErrors:
--- 76,82 ----
  Python and "import test.regrtest ; test.regrtest.main()". 
  
! test_socket and test_logging fail, this problem is being investigated.
  
! test_tarfile fails, this problem is being investigated.
  
  Three tests will fail on MacOS9 with MemoryErrors:
***************
*** 125,129 ****
  Up to three items are installed in the MacOS 8 or 9 system folder: the interpreter
  shared library PythonCore lives in the Extensions
! folder and the "Python 2.3a1 Preferences" file in the Python subfolder
  in the Preferences folder. All the rest of Python lives in the folder
  you installed in.
--- 124,128 ----
  Up to three items are installed in the MacOS 8 or 9 system folder: the interpreter
  shared library PythonCore lives in the Extensions
! folder and the "Python 2.3a2 Preferences" file in the Python subfolder
  in the Preferences folder. All the rest of Python lives in the folder
  you installed in.
***************
*** 169,175 ****
  are lost and you have to set them again.
  
! After you are satisfied that 2.3a1 works as expected you can trash
  anything in the system folder that has "python" in the name and not
! "2.3a1".
  
  The ConfigurePython applet will try to detect incompatible
--- 168,174 ----
  are lost and you have to set them again.
  
! After you are satisfied that 2.3a2 works as expected you can trash
  anything in the system folder that has "python" in the name and not
! "2.3a2".
  
  The ConfigurePython applet will try to detect incompatible

Index: _checkversion.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/_checkversion.py,v
retrieving revision 1.12
retrieving revision 1.12.6.1
diff -C2 -d -r1.12 -r1.12.6.1
*** _checkversion.py	27 Dec 2001 23:01:17 -0000	1.12
--- _checkversion.py	21 Feb 2003 22:01:46 -0000	1.12.6.1
***************
*** 6,10 ****
  
  _PACKAGE="MacPython"
! _VERSION="2.2"
  _URL="http://www.cwi.nl/~jack/macpythonversion.txt"
  
--- 6,10 ----
  
  _PACKAGE="MacPython"
! _VERSION="2.3a2"
  _URL="http://www.cwi.nl/~jack/macpythonversion.txt"