Message159056
>> ENOSYS was the closest approximation I could find. Thoughts? Custom
>> error class? Different errno? Something else?
>
> Why not ValueError?
Because the value they provided was perfectly valid (the file/directory *did* exist), so the caller's request was reasonable. It's the system(/ its (lack of) configuration) that failed the caller in finding an opener application. The "fix" after encountering the exception is to add an association to the system configuration (and/or install a new application), not to pass a different path to the function.
IMO, it feels like an EnvironmentError or RuntimeError of some sort; hence the current use of OSError.
(Or NotImplementedError, but we're already using that exception to indicate a different failure condition, so that's out.) |
|
Date |
User |
Action |
Args |
2012-04-23 17:53:03 | cvrebert | set | recipients:
+ cvrebert, pitrou, vstinner, giampaolo.rodola, benjamin.peterson, eric.araujo, ganadist, Arfrever, r.david.murray, rosslagerwall, smarnach, Roman.Evstifeev, Hobson.Lane |
2012-04-23 17:53:02 | cvrebert | set | messageid: <1335203582.89.0.830071281989.issue3177@psf.upfronthosting.co.za> |
2012-04-23 17:53:02 | cvrebert | link | issue3177 messages |
2012-04-23 17:53:02 | cvrebert | create | |
|