]> granicus.if.org Git - python/commit
M rpc.py
authorKurt B. Kaiser <kbk@shore.net>
Thu, 27 Feb 2003 23:04:17 +0000 (23:04 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Thu, 27 Feb 2003 23:04:17 +0000 (23:04 +0000)
commit86bc464414bf2122dc569ec6eff94ee2197611a5
treebfe93bfa6b4a736527cd324ec2dbb42ff8e66ebd
parent4213e27616d7c33af41769975ebaa8c8ed1b15a2
M rpc.py
M run.py

Move exception formatting out of rpc.py.  This allows each end of the
link to format and print exceptions how and where it sees fit and makes it
easier for threads to display their own exceptions.
Lib/idlelib/rpc.py
Lib/idlelib/run.py