commit | 826d8973ac52a0a8155ef857c8a9bf18a90b11ac | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Oct 30 18:34:07 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Oct 30 18:34:07 2007 +0000 |
tree | 228f7830ba30118bed52db846a39b2ef1f9c0fda | |
parent | 1cd5bd2a2e600d0f29f9dcfbb9ea922cb1cd006f [diff] |
Patch 1352 (continued in issue 1329) by Christian Heimes. Before sys.stderr is set to the proper thing, set it to a really simple file-like object that can print tracebacks using direct file descriptor I/O. This is handy for debugging.