diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2004-11-13 21:05:58 +0000 |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2004-11-13 21:05:58 +0000 |
commit | 6d4d852749a13b5adaa62cf53bd99e2805b7773b (patch) | |
tree | 54c010fb3de91b83e523ddf9a49e277542857a41 /Lib/idlelib/NEWS.txt | |
parent | 163433bd333e423d503d16bcb1b6354f0000753f (diff) | |
download | cpython-6d4d852749a13b5adaa62cf53bd99e2805b7773b.tar.gz |
The change in the linecache.checkcache() signature at rev 1.13 caused IDLE to exit
when an exception was raised while running w/o the subprocess. Python Bug 1063840
M NEWS.txt
M PyShell.py
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 4df9fa555f..931d67e06f 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -3,6 +3,9 @@ What's New in IDLE 1.1b3/rc1? *Release date: XX-XXX-2004* +- A change to the linecache.py API caused IDLE to exit when an exception was + raised while running without the subprocess (-n switch). Python Bug 1063840. + What's New in IDLE 1.1b2? ========================= |