import os

Abdul Abdul abdul.sw84 at gmail.com
Sun Nov 16 20:10:14 EST 2014


Thanks for your reply. Yes, I came across this page, but didn't understand
what is meant by the operating system dependent functionality. What does
that mean? Is importing that module that serious?

Thanks.

On Sun, Nov 16, 2014 at 11:02 PM, Chris Angelico <rosuav at gmail.com> wrote:

> On Mon, Nov 17, 2014 at 8:56 AM, Abdul Abdul <abdul.sw84 at gmail.com> wrote:
> > I tried to refer to Python documentation for what "os" refers to, but,
> the
> > explanation was not clear.
>
> If it's something you import, what you want is the module of that
> name. Searching the web for 'python os module' should bring you
> straight to one of these:
>
> https://docs.python.org/2/library/os.html
> https://docs.python.org/3/library/os.html
>
> (Use the first link for Python 2.x, the second link for 3.x. The
> module has the same purpose in both.)
>
> ChrisA
> --
> https://mail.python.org/mailman/listinfo/python-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20141117/f6d96da5/attachment.html>


More information about the Python-list mailing list