mirror of
https://github.com/python/cpython.git
synced 2026-05-10 22:50:18 -04:00
2ea9111cf1
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.