[Python-Dev] Portable and OS-dependent module idea/proposal/brain fart

Skip Montanaro skip@mojam.com (Skip Montanaro)
Wed, 18 Aug 1999 10:52:20 -0500 (CDT)


    Andrew> Perhaps it's really a documentation fix: the os module should
    Andrew> document only those features common to all of the big 3
    Andrew> platforms (Unix, Windows, Mac), and have pointers to a section
    Andrew> for each of the platform-specific modules, listing the
    Andrew> platform-specific functions.

Perhaps.  Should that read

    ... the os module should *expose* only those features common to all of
    the big 3 platforms ...

?

Skip