[Patches] [ python-Patches-1001109 ] posixpath._resolve_link typo
SourceForge.net
noreply at sourceforge.net
Sat Jul 31 10:25:40 CEST 2004
Patches item #1001109, was opened at 2004-07-31 10:24
Message generated for change (Comment added) made by ronaldoussoren
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.
----------------------------------------------------------------------
>Comment By: Ronald Oussoren (ronaldoussoren)
Date: 2004-07-31 10:25
Message:
Logged In: YES
user_id=580910
Stupid SF interface, I forgot to check the upload box :-(
----------------------------------------------------------------------
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