[Python-checkins] python/dist/src/Mac _checkversion.py,1.13,1.13.2.1 ReadMe,1.47,1.47.2.1

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Tue, 29 Apr 2003 14:04:24 -0700


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

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

Index: _checkversion.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/_checkversion.py,v
retrieving revision 1.13
retrieving revision 1.13.2.1
diff -C2 -d -r1.13 -r1.13.2.1
*** _checkversion.py	21 Feb 2003 22:33:37 -0000	1.13
--- _checkversion.py	29 Apr 2003 21:04:16 -0000	1.13.2.1
***************
*** 6,10 ****
  
  _PACKAGE="MacPython"
! _VERSION="2.3a2"
  _URL="http://www.cwi.nl/~jack/macpythonversion.txt"
  
--- 6,10 ----
  
  _PACKAGE="MacPython"
! _VERSION="2.3b1"
  _URL="http://www.cwi.nl/~jack/macpythonversion.txt"
  

Index: ReadMe
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/ReadMe,v
retrieving revision 1.47
retrieving revision 1.47.2.1
diff -C2 -d -r1.47 -r1.47.2.1
*** ReadMe	21 Feb 2003 22:33:37 -0000	1.47
--- ReadMe	29 Apr 2003 21:04:18 -0000	1.47.2.1
***************
*** 1,3 ****
! How to install MacPython-OS9 2.3a2 on your Macintosh
  ----------------------------------------------------
  
--- 1,3 ----
! How to install MacPython-OS9 2.3b1 on your Macintosh
  ----------------------------------------------------
  
***************
*** 19,24 ****
    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.
  
  ------
--- 19,26 ----
    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. If you encounter any problems please report them.
!   
! For a full list of changes see the file :Misc:NEWS, specifically the "Mac"
! section.
  
  ------
***************
*** 76,84 ****
  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:
  test_longexp, test_sha and test_zlib (on MacOSX these should pass).
  
--- 78,85 ----
  Python and "import test.regrtest ; test.regrtest.main()". 
  
! On MacOS9 test_stdsuites will fail. This will be fixed in the next
! release.
  
! Three tests may fail on MacOS9 with MemoryErrors:
  test_longexp, test_sha and test_zlib (on MacOSX these should pass).
  
***************
*** 90,95 ****
  platforms. Also, if you didn't run compileall before autotesting you
  may run out of memory the first time you run the tests. test_socket
! may also fail if you have no internet connection. Please also read the
! Relnotes file for other minor problems with this distribution.
  
  Using Python is most easily done from the IDE, which has a builtin
--- 91,95 ----
  platforms. Also, if you didn't run compileall before autotesting you
  may run out of memory the first time you run the tests. test_socket
! may also fail if you have no internet connection.
  
  Using Python is most easily done from the IDE, which has a builtin
***************
*** 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.
--- 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.3b1 Preferences" file in the Python subfolder
  in the Preferences folder. All the rest of Python lives in the folder
  you installed in.
***************
*** 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
--- 168,174 ----
  are lost and you have to set them again.
  
! After you are satisfied that 2.3b1 works as expected you can trash
  anything in the system folder that has "python" in the name and not
! "2.3b1".
  
  The ConfigurePython applet will try to detect incompatible