Mailing List Archive

CVS: python/dist/src/Mac Relnotes,1.28.4.2.2.2,1.28.4.2.2.3
Update of /cvsroot/python/python/dist/src/Mac
In directory usw-pr-cvs1:/tmp/cvs-serv15573

Modified Files:
Tag: release22-maint
Relnotes
Log Message:
Ready for 2.2c2.


Index: Relnotes
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Relnotes,v
retrieving revision 1.28.4.2.2.2
retrieving revision 1.28.4.2.2.3
diff -C2 -d -r1.28.4.2.2.2 -r1.28.4.2.2.3
*** Relnotes 18 Mar 2002 10:44:49 -0000 1.28.4.2.2.2
--- Relnotes 26 Mar 2002 13:47:16 -0000 1.28.4.2.2.3
***************
*** 13,16 ****
--- 13,17 ----
other tests continue.
- The IDE looks better under OSX after redesign of some windows.
+ - The IDE class browser and object browser now work under OSX.
- The IDE browser now has some understanding of the 2.2 object model.
- IDE readline() output is echoed to the output window.
***************
*** 25,28 ****
--- 26,32 ----
- macfs.FSRef objects now have an as_pathname method.
- The ic module returned bogus values for creator/type. Fixed.
+ - Most toolbox modules now weaklink against InterfaceLib (or CarbonLib) so
+ they can be imported even if not all functionality is available. Calling a
+ method missing on your system will raise an exception.
- Carbon.App: support for various missing methods added.
- Carbon.CarbonEvt: various method signatures fixed.
***************
*** 63,67 ****
- Tkinter file events do not work, unless you have opened the file through Tcl (but then
you cannot access it from Python).
- - The IDE object and class browser look funny on OSX, but they work fine.
- Aliases may not work in sys.path entries.
- PythonInterpreter used interactively will eat a lot of processor cycles. You should use
--- 67,70 ----