[Python-bugs-list] pty.re bug in cvs version (7/3/00) (PR#379)

root@theporch.com root@theporch.com
Mon, 3 Jul 2000 08:49:10 -0400 (EDT)


Full_Name: Phillip Porch
Version: 2.0b1
OS: SCO Openserver 5.0.5
Submission from: p3.theporch.com (207.234.31.45)


When compiling and testing the current cvs version of python (7/3/00), I
received a failure in test_pty. I ran ./python Lib/test/test_pty.py and it
showed a NameError: _slave_open called from line 28 in Lib/pty.py.  In looking
at the code, it appeared it was a typo and needed to be slave_open instead of
_slave_open. I changed it to slave_open and the test now runs fine.