[Python-checkins] python/dist/src/Misc NEWS,1.627,1.628

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Mon, 27 Jan 2003 07:21:47 -0800


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

Modified Files:
	NEWS 
Log Message:
Attempting to keep the Mac section of the NEWS file up-to-date, in stead
of the usual frantic editing at the last moment:-)


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.627
retrieving revision 1.628
diff -C2 -d -r1.627 -r1.628
*** NEWS	26 Jan 2003 11:27:16 -0000	1.627
--- NEWS	27 Jan 2003 15:21:39 -0000	1.628
***************
*** 213,217 ****
  ---
  
! TBD
  
  
--- 213,221 ----
  ---
  
! - There are new dialogs EasyDialogs.AskFileForOpen, AskFileForSave
!   and AskFolder. The old macfs.StandardGetFile and friends are deprecated.
!   
! - Type Carbon.File.FSCatalogInfo and supporting methods have been implemented.
!   This also makes macfs.FSSpec.SetDates() work again.