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 vstinner
Recipients Alex.Willmer, larry, serhiy.storchaka, vstinner, xdegaye, yan12125
Date 2016-07-25.12:22:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1469449358.1.0.858318485349.issue26944@psf.upfronthosting.co.za>
In-reply-to
Content
> ValueError: invalid literal for int() with base 10: 'uid=0(root)'

Hum, does the id program supports -G on Android? The output looks like the regular id output (without -G). Example on my Linux (Fedora 24):

$ id
uid=1000(haypo) gid=1000(haypo) groupes=1000(haypo),10(wheel) contexte=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023

$ id -G
1000 10
History
Date User Action Args
2016-07-25 12:22:38vstinnersetrecipients: + vstinner, larry, xdegaye, serhiy.storchaka, Alex.Willmer, yan12125
2016-07-25 12:22:38vstinnersetmessageid: <1469449358.1.0.858318485349.issue26944@psf.upfronthosting.co.za>
2016-07-25 12:22:38vstinnerlinkissue26944 messages
2016-07-25 12:22:37vstinnercreate