diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -154,6 +154,8 @@ Core and Builtins - Issue #28596: The preferred encoding is UTF-8 on Android. Patch written by Chi Hsuan Yen. +- bpo-22257: Clean up interpreter startup (see PEP 432). + - Issue #26919: On Android, operating system data is now always encoded/decoded to/from UTF-8, instead of the locale encoding to avoid inconsistencies with os.fsencode() and os.fsdecode() which are already using UTF-8. |