[Python-checkins] python/dist/src/Misc NEWS,1.596,1.597

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Fri, 03 Jan 2003 10:12:32 -0800


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

Modified Files:
	NEWS 
Log Message:
Fix SF #659228, 'realpath' function missing from os.path

Also added realpath = abspath for os2emx, similar to windows/mac
which also don't really implement realpath.

Backport candidate, I think?


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.596
retrieving revision 1.597
diff -C2 -d -r1.596 -r1.597
*** NEWS	3 Jan 2003 18:02:15 -0000	1.596
--- NEWS	3 Jan 2003 18:12:28 -0000	1.597
***************
*** 39,43 ****
  -------
  
! TBD
  
  Tools/Demos
--- 39,46 ----
  -------
  
! - realpath is now exported when doing from poxixpath import *.
!   It is also exported for ntpath, macpath, and os2emxpath.
!   See SF bug #659228.
! 
  
  Tools/Demos