[Python-Dev] change to Lib/popen2.py break test_popen2 on windows

Trent Mick trentm@ActiveState.com
Tue, 3 Oct 2000 16:08:09 -0700


Fred's checkin:
http://www.python.org/pipermail/python-checkins/2000-September/008355.html
breaks test_popen2.py on windows.

This is because test_popen2.py attempts to refer to popen2's internal
'_active' variable, which is now explicitly deleted on Windows platforms.

test_popen2.py should be updated for the new popen2 semantics.


sorry-no-patch-ly yours,
Trent

-- 
Trent Mick
TrentM@ActiveState.com