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