[issue8316] test_gdb is susceptible to tty width settings

R. David Murray report at bugs.python.org
Mon Apr 5 18:32:15 CEST 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

Committed in r79803.  I changed the assert_ to an if not m/fail, since assert_ is deprecated and I think the if makes it clearer than the assert_ what it is that is being checked.

----------
components: +Tests
priority:  -> normal
resolution:  -> fixed
stage: patch review -> committed/rejected
status: open -> closed
type:  -> behavior

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8316>
_______________________________________


More information about the Python-bugs-list mailing list