diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2003-11-19 04:52:32 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2003-11-19 04:52:32 (GMT) |
commit | 924f6164215f59e04fa8aa62ed62ce8a50991267 (patch) | |
tree | 75d4611aefa3771ae0c45009d44002beae08a903 /Lib/idlelib/NEWS.txt | |
parent | b03136ad527579b93fa62cbf80d61511d41a839c (diff) | |
download | cpython-924f6164215f59e04fa8aa62ed62ce8a50991267.zip cpython-924f6164215f59e04fa8aa62ed62ce8a50991267.tar.gz cpython-924f6164215f59e04fa8aa62ed62ce8a50991267.tar.bz2 |
- After an exception, run.py was not setting the exception vector. Noam
Raphael suggested correcting this so pdb's postmortem pm() would work.
IDLEfork Patch 844675
Modified: NEWS.txt run.py
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r-- | Lib/idlelib/NEWS.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt index 07291c3..c6df2c3 100644 --- a/Lib/idlelib/NEWS.txt +++ b/Lib/idlelib/NEWS.txt @@ -3,6 +3,10 @@ What's New in IDLE 1.0+? *Release date: XX-XXX-2003* +- After an exception, run.py was not setting the exception vector. Noam + Raphael suggested correcting this so pdb's postmortem pm() would work. + IDLEfork Patch 844675 + - IDLE didn't start correctly when Python was installed in "Program Files" on W2K and XP. Python Bugs 780451, 784183 |