[issue1503502] Pdb doesn't call flush on its stdout file descriptor

2010-07-30 Thread Georg Brandl
Georg Brandl added the comment: This has been implemented in the course of r83286. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker ___ _

[issue1503502] Pdb doesn't call flush on its stdout file descriptor

2009-03-20 Thread Daniel Diniz
Changes by Daniel Diniz : -- stage: -> test needed type: -> behavior versions: +Python 2.6, Python 3.0 ___ Python tracker ___ ___

[issue1503502] Pdb doesn't call flush on its stdout file descriptor

2008-06-28 Thread James Dominy
James Dominy <[EMAIL PROTECTED]> added the comment: I've been working on a patch that allows pdb when run as a script to split it's output such that the program being debugged uses a specified tty for stdin/stdout, and leave the pdb.py IO on the original stdin/stdout. I think perhaps these effort