[Patches] [ python-Patches-1001109 ] posixpath._resolve_link typo

SourceForge.net noreply at sourceforge.net
Sat Jul 31 10:24:29 CEST 2004


Patches item #1001109, was opened at 2004-07-31 10:24
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1001109&group_id=5470

Category: Library (Lib)
Group: Python 2.4
Status: Open
Resolution: None
Priority: 5
Submitted By: Ronald Oussoren (ronaldoussoren)
Assigned to: Nobody/Anonymous (nobody)
Summary: posixpath._resolve_link typo

Initial Comment:
_resolvelink calls abspath to test if a path is absolute, that should 
obviously be a call to isabs.

Without this patch os.path.realpath returns the wrong result when 
the link contents is a relative path.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1001109&group_id=5470


More information about the Patches mailing list