diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2007-10-09 23:12:31 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2007-10-09 23:12:31 (GMT) |
commit | 3e623ba3ec0e1fc0491cdf6487b42c652d616ca6 (patch) | |
tree | b599dfd9efc5f1c523267a6f4fd05d922a7c46b8 /Lib/idlelib/NEWS.txt | |
parent | e518bf3c49b9d43f99511516a36cd363649cc44e (diff) | |
download | cpython-3e623ba3ec0e1fc0491cdf6487b42c652d616ca6.zip cpython-3e623ba3ec0e1fc0491cdf6487b42c652d616ca6.tar.gz cpython-3e623ba3ec0e1fc0491cdf6487b42c652d616ca6.tar.bz2 |
Windows EOL sequence not converted correctly, encoding error.
Caused file save to fail. Bug 1130.
M idlelib/IOBinding.py
M idlelib/NEWS.txt
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index f0dee79..460b5b5 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -1,3 +1,12 @@ +What's New in IDLE 3.0a2? +========================= + +*Release date: XX-XXX-2007* + +- Windows EOL sequence not converted correctly, encoding error. + Caused file save to fail. Bug 1130. + + What's New in IDLE 3.0a1? ========================= @@ -19,7 +28,7 @@ What's New in IDLE 3.0a1? What's New in IDLE 2.6a1? ========================= -*Release date: XX-XXX-200X* UNRELEASED +*Release date: XX-XXX-200X* UNRELEASED, but merged into 3.0a1 - Corrected some bugs in AutoComplete. Also, Page Up/Down in ACW implemented; mouse and cursor selection in ACWindow implemented; double Tab inserts |