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 yan12125
Recipients Arfrever, barry, benjamin.peterson, brett.cannon, christian.heimes, eric.araujo, eric.snow, flox, lemburg, mark.dickinson, ncoghlan, orsenthil, pitrou, python-dev, rhettinger, vstinner, xdegaye, yan12125
Date 2016-11-18.15:51:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479484304.33.0.226526164683.issue28596@psf.upfronthosting.co.za>
In-reply-to
Content
Here's my try: force UTF-8 on Android as explained in msg281110. sys.getfilesystemencoding() is already UTF-8 since issue22747.

Testing:
1. Starting up time 0.18~0.19s => 0.11~0.12s, on Android 6.0, ASUS ZE500KL (Qualcomm MSM8916 QuadCore 1.2GHz)
2. test_site passes
History
Date User Action Args
2016-11-18 15:51:44yan12125setrecipients: + yan12125, lemburg, barry, brett.cannon, rhettinger, mark.dickinson, ncoghlan, orsenthil, pitrou, vstinner, christian.heimes, benjamin.peterson, eric.araujo, Arfrever, flox, xdegaye, python-dev, eric.snow
2016-11-18 15:51:44yan12125setmessageid: <1479484304.33.0.226526164683.issue28596@psf.upfronthosting.co.za>
2016-11-18 15:51:44yan12125linkissue28596 messages
2016-11-18 15:51:44yan12125create