This version focuses on improving Python standard library functionality:
- The following things now return reasonable values:
sys.argv
,sys.executable
, andplatform.platform()
. - The following modules now work correctly: sqlite3, ssl (#23), and tempfile. (Requires python.version to be 2.7.14 or 3.6.3.)
sys.stdout
andsys.stderr
are now directed to the Android logcat.
It also adds the following feature:
extractPackages
allows code which uses__file__
to work unchanged. It is used by default for certifi.