[Python-Dev] PEP 355 status
Fred L. Drake, Jr.
fdrake at acm.org
Wed Oct 25 19:36:31 CEST 2006
On Wednesday 25 October 2006 13:16, Talin wrote:
> Never heard of it. Its not in the standard library, is it? I don't see
> it in the table of contents or the index.
This is a documentation bug. :-( I'd thought they were mentioned
*somewhere*, but it looks like I'm wrong.
os.path is an alias for one of several different real modules; which is
selected depends on the platform. I see the following: macpath, ntpath,
os3emxpath, riscospath. (ntpath is used for all Windows versions, not just
NT.)
-Fred
--
Fred L. Drake, Jr. <fdrake at acm.org>
More information about the Python-Dev
mailing list