Issue #4008: Fix problems with non-ASCII source files.

This commit is contained in:
Martin v. Löwis 2009-01-18 20:15:42 +00:00
parent 1cbb17a818
commit 975a079794
3 changed files with 21 additions and 12 deletions

View file

@ -3,6 +3,8 @@ What's New in IDLE 3.1a1?
*Release date: XX-XXX-XXXX*
- Issue #4008: Fix problems with non-ASCII source files.
- Issue #4323: Always encode source as UTF-8 without asking
the user (unless a different encoding is declared); remove
user configuration of source encoding; all according to