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 brett.cannon
Recipients brett.cannon, christian.heimes, facundobatista, georg.brandl, guillaumegirard, gvanrossum
Date 2007-11-06.22:42:46
SpamBayes Score 0.001935148
Marked as misclassified No
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
On 11/6/07, Guido van Rossum <[email protected]> wrote:
>
> Guido van Rossum added the comment:
>
> > Another patch that uses os.path.normpath.
>
> Sorry, I really don't like to be importing os.path in order to be able
> to process the path used for an import.

Modules/getpath.c:joinpath() I think does what you want in C.
History
Date User Action Args
2007-11-06 22:42:47brett.cannonsetspambayes_score: 0.00193515 -> 0.001935148
recipients: + brett.cannon, gvanrossum, georg.brandl, facundobatista, christian.heimes, guillaumegirard
2007-11-06 22:42:46brett.cannonlinkissue1293 messages
2007-11-06 22:42:46brett.cannoncreate