[Python-checkins] python/dist/src/Misc NEWS, 1.831.4.131, 1.831.4.132

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Sun Jul 11 00:58:35 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17214/Misc

Modified Files:
      Tag: release23-maint
	NEWS 
Log Message:
posixpath.realpath() now detects loops from symlinks and returns the longest
path before recursion.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.131
retrieving revision 1.831.4.132
diff -C2 -d -r1.831.4.131 -r1.831.4.132
*** NEWS	10 Jul 2004 20:47:29 -0000	1.831.4.131
--- NEWS	10 Jul 2004 22:58:32 -0000	1.831.4.132
***************
*** 41,44 ****
--- 41,47 ----
  -------
  
+ - Bug #930024: posixpath.realpath() now detects loops from symlinks and returns
+   the longest path before the loop begins.
+ 
  - Bug #980327/Patch #988607: ntpath now compresses extra slashes between the
    drive letter and the rest of the path properly.  Also removed ambiguity from



More information about the Python-checkins mailing list