This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author georg.brandl
Recipients
Date 2007-03-16.08:26:31
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I'd still specialcase prefix == "/". Currently, with your patch it ends up as
sys.prefix == "", which is bad if someone does

x = os.path.join(sys.prefix, "lib", ...)

I think who configures with --prefix=/ can live with the double slashes.
History
Date User Action Args
2007-08-23 15:57:21adminlinkissue1676135 messages
2007-08-23 15:57:21admincreate