homepage

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 rgrig
Recipients bbrazil, docs@python, r.david.murray, rgrig
Date 2010年10月01日.15:53:25
SpamBayes Score 3.886364e-08
Marked as misclassified No
Message-id <1285948407.25.0.673369734917.issue9921@psf.upfronthosting.co.za>
In-reply-to
Content
I would say something like the following.
The function join(path1, path2) is almost like os.sep.join(path1, path2), but (1) trailing path separators in path1 are ignored and (2) the result is simply path2 when path2 is an absolute path. The call join(path1, path2, path3) is equivalent to join(join(path1, path2), path3), and similarly for more than three paths.
History
Date User Action Args
2010年10月01日 15:53:28rgrigsetrecipients: + rgrig, r.david.murray, docs@python, bbrazil
2010年10月01日 15:53:27rgrigsetmessageid: <1285948407.25.0.673369734917.issue9921@psf.upfronthosting.co.za>
2010年10月01日 15:53:26rgriglinkissue9921 messages
2010年10月01日 15:53:25rgrigcreate

AltStyle によって変換されたページ (->オリジナル) /