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.stdoutandsys.stderrare now directed to the Android logcat.
It also adds the following feature:
extractPackagesallows code which uses__file__to work unchanged. It is used by default for certifi.
