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