]> granicus.if.org Git - python/commit
1. Catch TypeError exception when writing to OutputWindow
authorKurt B. Kaiser <kbk@shore.net>
Sun, 12 Aug 2007 01:52:35 +0000 (01:52 +0000)
committerKurt B. Kaiser <kbk@shore.net>
Sun, 12 Aug 2007 01:52:35 +0000 (01:52 +0000)
commitcbbe98f04fb03922ff2e3b6bf35769cf63673153
treebc153d343fef9fea56430ff9456236027b3dea9b
parent801c89be5dbf90defc492d9b81d6dec8e8a1a16a
1. Catch TypeError exception when writing to OutputWindow
2. PyShell: shell isn't working due to encoding issues.  Temporarily direct
   exceptions to the terminal.  Also, trap exceptions occurring during write()
   instead of passing.

Checking (2)  in temporarily to aid finding the encoding problem in
IOBinding.py
Lib/idlelib/OutputWindow.py
Lib/idlelib/PyShell.py