[Python-checkins] CVS: python/dist/src/Mac ReadMe,1.33,1.34

Jack Jansen jackjansen@users.sourceforge.net
Sat, 08 Sep 2001 14:37:03 -0700


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

Modified Files:
	ReadMe 
Log Message:
Final tweaks for 2.2a3 distribution.

Index: ReadMe
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/ReadMe,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** ReadMe	2001/08/29 22:04:00	1.33
--- ReadMe	2001/09/08 21:37:01	1.34
***************
*** 1,3 ****
! How to install Python 2.2a2 on your Macintosh
  ---------------------------------------------
  
--- 1,3 ----
! How to install Python 2.2a3 on your Macintosh
  ---------------------------------------------
  
***************
*** 13,19 ****
  are working on it.
  
! Aside from the general new Python 2.2a2 listed in the general relnotes file
  there is some other new machine-independent stuff in this release as well, as
! it was built from newer sources than unix/windows 2.2a2.
  ------
  
--- 13,19 ----
  are working on it.
  
! Aside from the general new Python 2.2a3 listed in the general relnotes file
  there is some other new machine-independent stuff in this release as well, as
! it was built from newer sources than unix/windows 2.2a3.
  ------
  
***************
*** 102,112 ****
  Macintosh linefeeds (CR, '\r') and present both of them as '\n'. This is done on
  a low level, so it works for files opened by scripts as well as for your scripts
! and modules itself.
  
  But:
  - this works only for input, and there's no way to find out what the original
    linefeed convention of the file was.
- - this is unconditional, so there's no way to turn it off, either on a file-by-file
-   basis or globally (but opening binary files works as it always has, of course).
  - Windows \r\n linefeeds are not supported and get turned into \n\n.
  
--- 102,110 ----
  Macintosh linefeeds (CR, '\r') and present both of them as '\n'. This is done on
  a low level, so it works for files opened by scripts as well as for your scripts
! and modules itself. This can be turned off with a preference/startup option.
  
  But:
  - this works only for input, and there's no way to find out what the original
    linefeed convention of the file was.
  - Windows \r\n linefeeds are not supported and get turned into \n\n.
  
***************
*** 151,157 ****
  
  It is probably a good idea to run the automatic tests. Start
! Python and "import test.autotest". 
  
! Three tests will fail on MacOS9, all with MemoryErrors:
  test_longexp, test_sha and test_zlib (on MacOSX nothing should fail).
  
--- 149,160 ----
  
  It is probably a good idea to run the automatic tests. Start
! Python and "import test.regrtest ; test.regrtest.main()". 
  
! test_time will fail because MacPython accepts bogus values for mktime(), this
! will be fixed later.
! 
! 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 nothing should fail).
  
***************
*** 179,183 ****
  Two items are installed in the system folder: the interpreter shared
  libraries PythonCore and PythonCoreCarbon lives in the Extensions folder and the
! "Python 2.2a2 Preferences" file in the Python subfolder in the
  Preferences folder. All the rest of Python lives in the folder you
  installed in.
--- 182,186 ----
  Two items are installed in the system folder: the interpreter shared
  libraries PythonCore and PythonCoreCarbon lives in the Extensions folder and the
! "Python 2.2a3 Preferences" file in the Python subfolder in the
  Preferences folder. All the rest of Python lives in the folder you
  installed in.
***************
*** 228,234 ****
  are lost and you have to set them again.
  
! After you are satisfied that 2.2a2 works as expected you can trash
  anything in the system folder that has "python" in the name and not
! "2.2a2".
  
  The ConfigurePython... applets will try to detect incompatible preferences
--- 231,237 ----
  are lost and you have to set them again.
  
! After you are satisfied that 2.2a3 works as expected you can trash
  anything in the system folder that has "python" in the name and not
! "2.2a3".
  
  The ConfigurePython... applets will try to detect incompatible preferences
***************
*** 262,266 ****
  Stern, Gordon Worley, Oliver Steele, M. Papillon, Steven Majewski, David
  Goodger, Chris Barker, Luc Lefebvre, Tattoo Mabonzo K., Russell Finn,
! Tom Bridgman, Russel Owen, Pascal Oberndoerfer, Dean Draayer
  and all the other people who provided feedback, code or both!
  
--- 265,270 ----
  Stern, Gordon Worley, Oliver Steele, M. Papillon, Steven Majewski, David
  Goodger, Chris Barker, Luc Lefebvre, Tattoo Mabonzo K., Russell Finn,
! Tom Bridgman, Russel Owen, Pascal Oberndoerfer, Dean Draayer,
! Alexandre Parenteau,
  and all the other people who provided feedback, code or both!