[Mailman-Developers] BUGS: URL vs file pathnames

Barry A. Warsaw bwarsaw@cnri.reston.va.us (Barry A. Warsaw)
Mon, 16 Nov 1998 15:44:33 -0500 (EST)


>>>>> "GS" == Greg Stein <gstein@lyra.org> writes:

    GS> Also, there is a general problem in the code with using
    GS> os.path.join to construct URLs. A URL is NOT a file path. You
    GS> don't want to use ":" or "\" if Mailman is run on a different
    GS> platform. The os.path.join should go away and string concat
    GS> should be used with "/".

Shouldn't we be using urlparse.urljoin() for these?

-Barry