[issue38670] can we accept os.PathLike objects within the subprocess args= list?

2019-11-14 Thread Eric V. Smith
Change by Eric V. Smith : -- nosy: +eric.smith ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue38670] can we accept os.PathLike objects within the subprocess args= list?

2019-11-03 Thread Gregory P. Smith
New submission from Gregory P. Smith : We started down this path in https://bugs.python.org/issue31961 but had to revert part of that before 3.7 as the implementation was incomplete making it inconsistent across platforms.  https://github.com/python/cpython/pull/4329. Specifically accepting Pa