IDLE support for PEP 263.

This commit is contained in:
Martin v. Löwis 2002-08-05 15:11:26 +00:00
parent 6573f31874
commit 98ce7b7ef1
1 changed files with 5 additions and 0 deletions

View File

@ -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.