[Python-checkins] CVS: python/dist/src/Mac Relnotes,1.25,1.26

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


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

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

Index: Relnotes
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Relnotes,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** Relnotes	2001/08/29 22:04:08	1.25
--- Relnotes	2001/09/08 21:38:26	1.26
***************
*** 1,9 ****
! Changes in 2.2a2 since 2.1.1
  ----------------------------
  
  These release notes refer to Mac-specific changes only. See NEWS (in the Misc folder)
! for machine-independent changes. But note that more things may have changed: MacPython
! 2.2a2 is built from newer sources than unix/windows 2.2a2 (for CVS users: the r22a2-mac
! tag is what you are looking for).
  
  - The main change is that all toolbox modules have moved to a package called Carbon.
--- 1,7 ----
! Changes in 2.2a3 since 2.1.1
  ----------------------------
  
  These release notes refer to Mac-specific changes only. See NEWS (in the Misc folder)
! for machine-independent changes.
  
  - The main change is that all toolbox modules have moved to a package called Carbon.
***************
*** 14,18 ****
    port to Mach-O/OSX Python later.
  - On input MacPython now accepts either \n (unix style) or \r (mac style) newlines
!   for text files. This is an experimental feature; again: feedback is requested.
  - There is a new module macresource which makes it easier to open a resource file
    accompanying your script when the script is not (yet) converted to an applet.
--- 12,17 ----
    port to Mach-O/OSX Python later.
  - On input MacPython now accepts either \n (unix style) or \r (mac style) newlines
!   for text files. This behaviour can be turned off with a preference.
!   This is an experimental feature; again: feedback is requested.
  - There is a new module macresource which makes it easier to open a resource file
    accompanying your script when the script is not (yet) converted to an applet.
***************
*** 23,26 ****
--- 22,28 ----
  - EasyDialogs.ProgressBar now has indeterminate progressbars if you specify maxval=0.
    This is also the new default. Patch supplied by Dean Draayer.
+ - There are new preferences for enabling old-style division warnings and for
+   accepting unix-style newlines in text input files. These can also be set during
+   startup, and in addition you can select very verbose import tracing.
  - Various outdated scripts have been moved to :Mac:Unsupported.
  - Various outdated items from :Mac:Lib:test have been removed.
***************
*** 39,43 ****
  http://www.cwi.nl/~jack/macpython.html.
  
! - MacPython 2.2a2 (and MacPython 2.1) will not run correctly on a multiprocessor MacOS X
    machine, it will quickly deadlock during I/O operations. The GUSI I/O library is suspected,
    hints/clues/workarounds are solicited.
--- 41,45 ----
  http://www.cwi.nl/~jack/macpython.html.
  
! - MacPython 2.2a3 (and MacPython 2.1) will not run correctly on a multiprocessor MacOS X
    machine, it will quickly deadlock during I/O operations. The GUSI I/O library is suspected,
    hints/clues/workarounds are solicited.