[issue908316] pdb should hash stdout

2008-02-06 Thread Raymond Hettinger
Changes by Raymond Hettinger: -- status: open -> closed Tracker <[EMAIL PROTECTED]> ___ Python-bugs-list mailing list Unsubscribe:

[issue908316] pdb should hash stdout

2008-02-06 Thread Miki Tebeka
Miki Tebeka added the comment: Looks closed to me, tried `./t.py t.py`, it worked Added file: http://bugs.python.org/file9374/t.py Tracker <[EMAIL PROTECTED]> _

[issue908316] pdb should hash stdout

2008-02-06 Thread Guilherme Polo
Guilherme Polo added the comment: Isn't this fixed on trunk already ? Shouldn't this be marked as closed ? -- nosy: +gpolo Tracker <[EMAIL PROTECTED]> _

[issue908316] pdb should hash stdout

2008-01-20 Thread Christian Heimes
Changes by Christian Heimes: -- keywords: +easy priority: normal -> low type: -> rfe versions: +Python 2.6 -Python 2.3 Tracker <[EMAIL PROTECTED]>