SIGN IN SIGN UP

bpo-34384: Fix os.readlink() on Windows (GH-8740)

os.readlink() now accepts path-like and bytes objects on Windows.
Previously, support for path-like and bytes objects was only
implemented on Unix.

This commit also merges Unix and Windows implementations of
os.readlink() in one function and adds basic unit tests to increase
test coverage of the function.
B
Berker Peksag committed
e0b5b2096ead4cc094a129ce7602ac5c0e998086
Parent: 7c4ab2a
Committed by GitHub <noreply@github.com> on 8/15/2018, 10:03:41 AM