mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
1. When used w/o subprocess, all exceptions were preceeded by an error
message claiming they were IDLE internal errors (since 1.2a1). 2. Add Ronald Oussoren to CREDITS M NEWS.txt M PyShell.py M CREDITS.txt
This commit is contained in:
parent
97ff04789d
commit
312e5afb51
3 changed files with 13 additions and 4 deletions
|
@ -722,7 +722,8 @@ class ModifiedInterpreter(InteractiveInterpreter):
|
|||
else:
|
||||
self.showtraceback()
|
||||
except:
|
||||
print>>sys.stderr, "IDLE internal error in runcode()"
|
||||
if self.rpcclt:
|
||||
print>>sys.stderr, "IDLE internal error in runcode()"
|
||||
self.showtraceback()
|
||||
finally:
|
||||
if not use_subprocess:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue