MattsFleaMarket / python-for-android

Automatically exported from code.google.com/p/python-for-android
Apache License 2.0
0 stars 0 forks source link

Function os.path.isfile raises exception #29

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The Python documentation does not specify an exception thrown by this method, 
and if a path is non-existant or not readable then false should be returned.

Currently this method is generating OSError on Android.

Original issue reported on code.google.com by eduardof...@gmail.com on 5 Oct 2011 at 6:47