• Tim Peters's avatar
    SF bug 538827: Python open w/ MSVC6: bad error msgs. · 2ea9111c
    Tim Peters yazdı
    open_the_file:  Some (not all) flavors of Windows set errno to EINVAL
    when passed a syntactically invalid filename.  Python turned that into an
    incomprehensible complaint about the mode string.  Fixed by special-casing
    MSVC.
    2ea9111c
fileobject.c 43.5 KB