From 98ce7b7ef1a85be742c9029928478365fb6bb2b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Mon, 5 Aug 2002 15:11:26 +0000 Subject: IDLE support for PEP 263. --- Misc/NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index df0f8a3..3fa0f0a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -331,6 +331,11 @@ Library Tools/Demos +- IDLE supports now encoding declarations (PEP 263); it can also deal + with legacy 8-bit files if they use the locale's encoding. It allows + non-ASCII strings in the interactive shell and executes them in the + locale's encoding. + - freeze.py now produces binaries which can import shared modules, unlike before when this failed due to missing symbol exports in the generated binary. -- cgit v0.12