]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
M PyShell.py
authorKurt B. Kaiser <kbk@shore.net>
Fri, 6 Dec 2002 21:45:24 +0000 (21:45 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Fri, 6 Dec 2002 21:45:24 +0000 (21:45 +0000)
commit0930c43e43f79617a33a6c3be32afbe184780307
tree223b1ae22097c48d451153afa0e2401dcf5b9b87
parentedb635ff5c0650d5fa1a5701065ccaeb23e0f803
M PyShell.py
1. Format and print exceptions raised in user code.

M rpc.py
1. Additional debug messages in rpc.py
2. Move debug message enable switch from SocketIO to Client and Server
   to allow separate activation.
3. Add indication of origin (client or server) to debug message
4. Add sequence number to appropriate debug messages

5. Pass string exception arg as a string rather than a tuple.
Lib/idlelib/PyShell.py
Lib/idlelib/rpc.py