Patches item #931938, was opened at 2004-04-08 19:04
Message generated for change (Comment added) made by gbrandl
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=931938&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Modules
Group: Python 2.3
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Daniel Goertzen (goertzen)
Assigned to: Nobody/Anonymous (nobody)
Summary: prefix and exec_prefix as root dir bug

Initial Comment:
When sys.prefix  or sys.exec_prefix are the root
directory, the reported directory is a null string
instead of "/".

This causes site.py to fail as described in bug 713601.

This patch to Modules/getpath.c inserts a SEP character
into the string if it is empty.

It should work fine on any unix, but I don't have any
python experience on the windows side...

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

>Comment By: Georg Brandl (gbrandl)
Date: 2006-02-20 17:37

Message:
Logged In: YES 
user_id=849994

Committed patch as rev. 42522, 42523.

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

Comment By: Daniel Goertzen (goertzen)
Date: 2004-08-09 13:37

Message:
Logged In: YES 
user_id=843814

Oops.  Another try...

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

Comment By: Ronald Oussoren (ronaldoussoren)
Date: 2004-08-07 15:25

Message:
Logged In: YES 
user_id=580910

What patch?

You seem to have forgotten so check the "yes I really want to upload a 
file" checkbox.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=931938&group_id=5470
_______________________________________________
Patches mailing list
Patches@python.org
http://mail.python.org/mailman/listinfo/patches

Reply via email to