This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Roman.Evstifeev
Recipients Alex.Willmer, Roman.Evstifeev, eric.snow, ethan.furman, xdegaye, yan12125, zach.ware
Date 2016-07-28.11:14:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
While not only android issue, there is a problem with dumbdbm module: it internally tries to do os.chmod() on a FAT-formatted sdcard and fails, because FAT does not support chmod.
History
Date User Action Args
2016-07-28 11:14:42Roman.Evstifeevsetrecipients: + Roman.Evstifeev, ethan.furman, xdegaye, eric.snow, zach.ware, Alex.Willmer, yan12125
2016-07-28 11:14:42Roman.Evstifeevsetmessageid: <[email protected]>
2016-07-28 11:14:42Roman.Evstifeevlinkissue26865 messages
2016-07-28 11:14:41Roman.Evstifeevcreate