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