]> granicus.if.org Git - python/commit
Changed the popen2.py _test function to use the "more" cmd when
authorTim Peters <tim.peters@gmail.com>
Sun, 20 Aug 2000 05:57:36 +0000 (05:57 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 20 Aug 2000 05:57:36 +0000 (05:57 +0000)
commit84f28db66a5f4ac86d42250b455fc4a1ca7824e3
tree13b2a61694d6d92ab38e2efcd16b02cde3dcf360
parent571bb8fc7276a89f90465dfda5fbf1528656bc3e
Changed the popen2.py _test function to use the "more" cmd when
os.name == "nt".  This makes test_popen2 pass under Win98SE.
HOWEVER, the Win98 "more" invents a leading newline out
of thin air, and I'm not sure that the other Windows flavors
of "more" also do that.
So, somebody please try under other Windows flavors!
Lib/popen2.py