Message159062
Also:
The FileNotFoundErrors quote the path twice:
Python 2.7.1 (r271:86832, Jul 31 2011, 19:30:53)
>>> path = "/foo/bar"
>>> print "Path '%s' may not exist" % repr(path)
Path ''/foo/bar'' may not exist
The ValueError error message isn't grammatically correct and doesn't account for the possibility that the path is a directory (consider the case of a Unix system where the GUI file manager has been uninstalled; directories would then fail to open). May I suggest my original message?: "No application is associated with files/directories of the given type" |
|
Date |
User |
Action |
Args |
2012-04-23 18:09:37 | 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 18:09:37 | cvrebert | set | messageid: <1335204577.4.0.483347930926.issue3177@psf.upfronthosting.co.za> |
2012-04-23 18:09:36 | cvrebert | link | issue3177 messages |
2012-04-23 18:09:36 | cvrebert | create | |
|