[Python-checkins] CVS: python/dist/src/Mac ReadMe,1.36,1.36.2.1

Jack Jansen jackjansen@users.sourceforge.net
Thu, 29 Nov 2001 05:35:52 -0800


Update of /cvsroot/python/python/dist/src/Mac
In directory usw-pr-cvs1:/tmp/cvs-serv27134/Python/Mac

Modified Files:
      Tag: r22b2-branch
	ReadMe 
Log Message:
Tweaks for MacPython 2.2b2

Index: ReadMe
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/ReadMe,v
retrieving revision 1.36
retrieving revision 1.36.2.1
diff -C2 -d -r1.36 -r1.36.2.1
*** ReadMe	2001/10/31 10:13:52	1.36
--- ReadMe	2001/11/29 13:35:50	1.36.2.1
***************
*** 1,3 ****
! How to install Python 2.2b1 on your Macintosh
  ---------------------------------------------
  
--- 1,3 ----
! How to install Python 2.2b2 on your Macintosh
  ---------------------------------------------
  
***************
*** 129,137 ****
  Python and "import test.regrtest ; test.regrtest.main()". 
  
  test_time will fail because MacPython accepts bogus values for
  mktime(), this will be fixed later (it is not a very serious problem).
  
- test_descrtut will fail because of a problem with the test itself.
- 
  Three tests will fail on MacOS9 with MemoryErrors:
  test_longexp, test_sha and test_zlib (on MacOSX these should pass).
--- 129,138 ----
  Python and "import test.regrtest ; test.regrtest.main()". 
  
+ test_frozen will fail in MacPython because of different handling on
+ frozen modules. This should not be a problem in normal use.
+ 
  test_time will fail because MacPython accepts bogus values for
  mktime(), this will be fixed later (it is not a very serious problem).
  
  Three tests will fail on MacOS9 with MemoryErrors:
  test_longexp, test_sha and test_zlib (on MacOSX these should pass).
***************
*** 161,165 ****
  Two items are installed in the system folder: the interpreter shared
  libraries PythonCore and PythonCoreCarbon lives in the Extensions
! folder and the "Python 2.2b1 Preferences" file in the Python subfolder
  in the Preferences folder. All the rest of Python lives in the folder
  you installed in.
--- 162,166 ----
  Two items are installed in the system folder: the interpreter shared
  libraries PythonCore and PythonCoreCarbon lives in the Extensions
! folder and the "Python 2.2b2 Preferences" file in the Python subfolder
  in the Preferences folder. All the rest of Python lives in the folder
  you installed in.
***************
*** 211,217 ****
  are lost and you have to set them again.
  
! After you are satisfied that 2.2b1 works as expected you can trash
  anything in the system folder that has "python" in the name and not
! "2.2b1".
  
  The ConfigurePython... applets will try to detect incompatible
--- 212,218 ----
  are lost and you have to set them again.
  
! After you are satisfied that 2.2b2 works as expected you can trash
  anything in the system folder that has "python" in the name and not
! "2.2b2".
  
  The ConfigurePython... applets will try to detect incompatible