diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-12-29 18:43:40 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-12-29 18:43:40 (GMT) |
commit | 5216d083cee461f707e00775159540ed5639abc5 (patch) | |
tree | f5438ce2085b6a0625361dcd3a990e2c46c5e6a7 /Lib/idlelib/NEWS.txt | |
parent | 05bfe1fe77085a4588fcceb6b3960c0813d11d7e (diff) | |
download | cpython-5216d083cee461f707e00775159540ed5639abc5.zip cpython-5216d083cee461f707e00775159540ed5639abc5.tar.gz cpython-5216d083cee461f707e00775159540ed5639abc5.tar.bz2 |
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
PEP 3120.
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 941f3e4..e613524 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,3 +1,14 @@ +What's New in IDLE 3.1a1? +========================= + +*Release date: XX-XXX-XXXX* + +- 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 + PEP 3120. + + What's New in IDLE 3.0a3? ========================= |