New submission from Xavier de Gaye:

User ids on android are the ids of the applications and they are used to 
enforce the applications access rights.  See the 'User IDs and File Access' 
section at http://developer.android.com/guide/topics/security/permissions.html.

Most integers are existing user ids on android. This may explain why getpwall() 
is missing.
Patch attached.

----------
components: Library (Lib)
files: pwd.patch
keywords: patch
messages: 264279
nosy: xdegaye
priority: normal
severity: normal
status: open
title: android does not have pwd.getpwall()
type: behavior
versions: Python 3.6
Added file: http://bugs.python.org/file42608/pwd.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26856>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to