Ticket #117 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Remove error pexpect related error message in tests of IPython1

Reported by: bgranger Assigned to: fperez
Priority: low Milestone: 0.9.0
Component: saw Version:
Severity: normal Keywords:
Cc:

Description

The following message is printed everytime the test suite for ipython1 is run:

Exception exceptions.AttributeError?: "'NoneType?' object has no attribute 'close'" in <bound method spawn.del of <pexpect.spawn object at 0x2a51650>> ignored

We should figure out where it is coming from and get rid of it. It is a little disconcerting for users to see such a message even when all test pass.

Change History

03/22/07 18:21:20 changed by fperez

  • milestone changed from pycon to 0.9.0.

04/03/07 22:54:39 changed by bgranger

  • status changed from new to closed.
  • resolution set to fixed.