blob: ffe42ec5dc3faf26d04537d233d1d2015351546e (
plain)
1
2
3
4
|
Fixes :func:`~os.path.realpath` to behave consistently when passed a path
containing an embedded null character on Windows. In strict mode, it now
raises :exc:`OSError` instead of the unexpected :exc:`ValueError`, and in
non-strict mode will make the path absolute.
|