Changes between Initial Version and Version 1 of Ticket #3837, comment 14
- Timestamp:
- 05/11/19 11:56:42 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3837, comment 14
initial v1 1 1 OK, it seems that this will be probably fixed on Python 3.8: 2 https://bugs.python.org/issue182833 https://github.com/python/cpython/commit/5680f6546dcda550ad70eefa0a5ebf13753033072 - https://bugs.python.org/issue18283 3 - https://github.com/python/cpython/commit/5680f6546dcda550ad70eefa0a5ebf1375303307 4 4 5 5 In the meantime, @hellik can you please try to copy paste the 3.8 version of shutil.which from github and test if it works? 6 https://github.com/python/cpython/blob/d8320ecb86da8df7c13d8bf8582507f736aa2924/Lib/shutil.py#L1293-L13696 - https://github.com/python/cpython/blob/d8320ecb86da8df7c13d8bf8582507f736aa2924/Lib/shutil.py#L1293-L1369