diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-08-05 15:11:26 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-08-05 15:11:26 (GMT) |
commit | 98ce7b7ef1a85be742c9029928478365fb6bb2b8 (patch) | |
tree | 9e0cb925ced9b0d7b324d98dfd937a2dc501c4b8 /Misc | |
parent | 6573f31874a2dc0b8edb7ff8e0287889aff56c3e (diff) | |
download | cpython-98ce7b7ef1a85be742c9029928478365fb6bb2b8.zip cpython-98ce7b7ef1a85be742c9029928478365fb6bb2b8.tar.gz cpython-98ce7b7ef1a85be742c9029928478365fb6bb2b8.tar.bz2 |
IDLE support for PEP 263.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |