[Python-checkins] CVS: python/dist/src/Misc NEWS,1.257,1.258

Barry Warsaw bwarsaw@users.sourceforge.net
Fri, 28 Sep 2001 10:01:04 -0700


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

Modified Files:
	NEWS 
Log Message:
Fixed a minor typo.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.257
retrieving revision 1.258
diff -C2 -d -r1.257 -r1.258
*** NEWS	2001/09/28 15:26:12	1.257
--- NEWS	2001/09/28 17:01:02	1.258
***************
*** 118,122 ****
    simplifies writing XML RPC servers.
  
! - os.path.realpath(): a new function that returns the absoute pathname
    after interpretation of symbolic links.  On non-Unix systems, this
    is an alias for os.path.abspath().
--- 118,122 ----
    simplifies writing XML RPC servers.
  
! - os.path.realpath(): a new function that returns the absolute pathname
    after interpretation of symbolic links.  On non-Unix systems, this
    is an alias for os.path.abspath().