[Python-Dev] Re: RELEASED Python 2.3.1 (original) (raw)
Martin v. Löwis martin at v.loewis.de
Thu Sep 25 18:50:47 EDT 2003
- Previous message: [Python-Dev] Re: RELEASED Python 2.3.1
- Next message: [Python-Dev] Re: RELEASED Python 2.3.1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Jason R. Mastaler" <jason at mastaler.com> writes:
Python 2.3.1 (#1, Sep 24 2003, 15:55:24) [GCC 3.2 20020903 (Red Hat Linux 8.0 3.2-7)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from os import fsync Traceback (most recent call last): File "", line 1, in ? ImportError: cannot import name fsync >>>
Why is that a bug? Your system just does not have a declared fsync function.
Regards, Martin
- Previous message: [Python-Dev] Re: RELEASED Python 2.3.1
- Next message: [Python-Dev] Re: RELEASED Python 2.3.1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]