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 tim.golden
Recipients JosephArmbruster, georg.brandl, tim.golden
Date 2007-12-02.12:49:14
SpamBayes Score 0.026649524
Marked as misclassified No
Message-id <1196599754.43.0.117172253173.issue1520@psf.upfronthosting.co.za>
In-reply-to
Content
Looks like it's the backslash as Windows path separator confusing the
sphinx.util.relative_uri function. I'll try to put a patch together,
although I'm not sure if relative_uri should use os.sep or whether the
paths should be canonicalised before getting there. I'll try with os.sep
to start with.
History
Date User Action Args
2007-12-02 12:49:14tim.goldensetspambayes_score: 0.0266495 -> 0.026649524
recipients: + tim.golden, georg.brandl, JosephArmbruster
2007-12-02 12:49:14tim.goldensetspambayes_score: 0.0266495 -> 0.0266495
messageid: <1196599754.43.0.117172253173.issue1520@psf.upfronthosting.co.za>
2007-12-02 12:49:14tim.goldenlinkissue1520 messages
2007-12-02 12:49:14tim.goldencreate