STINNER Victor <vstin...@python.org> added the comment:
The pipes module uses os.popen(): The open_r() and open_w() methods of pipes.Template are implemented with os.popen(). Multiple tests still use os.popen(): * test_select: SelectTestCase.test_select() * test_posix: PosixTester.test_getgroups() * test_os: EnvironTests._test_underlying_process_env() * test_os: EnvironTests.test_update2() And os.popen() tests: * test_os: EnvironTests.test_os_popen_iter() * test_popen ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue42641> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com