Commit 98ce7b7e authored by Martin v. Löwis's avatar Martin v. Löwis

IDLE support for PEP 263.

parent 6573f318
...@@ -331,6 +331,11 @@ Library ...@@ -331,6 +331,11 @@ Library
Tools/Demos 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, - freeze.py now produces binaries which can import shared modules,
unlike before when this failed due to missing symbol exports in unlike before when this failed due to missing symbol exports in
the generated binary. the generated binary.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment