summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/NEWS.txt
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2009-01-18 20:23:36 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2009-01-18 20:23:36 (GMT)
commit7e15845faa99b5570c1460f03c356e7a6e4d91f4 (patch)
tree9bbf9e8e6eb7e8f11e9b3eb69e8143321adc3bba /Lib/idlelib/NEWS.txt
parent975a079794cf1672c2b917f946da25966f75c6b6 (diff)
downloadcpython-7e15845faa99b5570c1460f03c356e7a6e4d91f4.zip
cpython-7e15845faa99b5570c1460f03c356e7a6e4d91f4.tar.gz
cpython-7e15845faa99b5570c1460f03c356e7a6e4d91f4.tar.bz2
Issue #4815: Offer conversion to UTF-8 if source files have
no encoding declaration and are not encoded in UTF-8.
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r--Lib/idlelib/NEWS.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 94ab7f7..3279299 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -3,6 +3,9 @@ What's New in IDLE 3.1a1?
*Release date: XX-XXX-XXXX*
+- Issue #4815: Offer conversion to UTF-8 if source files have
+ no encoding declaration and are not encoded in UTF-8.
+
- Issue #4008: Fix problems with non-ASCII source files.
- Issue #4323: Always encode source as UTF-8 without asking