[Python-Dev] Re: RELEASED Python 2.3.1
Martin v. Löwis
martin at v.loewis.de
Thu Sep 25 18:50:47 EDT 2003
"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 "<stdin>", 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
More information about the Python-list
mailing list