mirror of
https://github.com/python/cpython.git
synced 2026-05-11 15:12:20 -04:00
3722f1f483
Serhiy Storshaka pointed me that str(path) can emit a BytesWarning: use repr(path) instead.