[issue26270] Support for read()/write()/select() on asyncio
Change by smheidrich : -- nosy: +smheidrich ___ Python tracker <https://bugs.python.org/issue26270> ___ ___ Python-bugs-list mailing list Unsubscribe:
[issue30618] readlink for pathlib paths
New submission from smheidrich: Is there any reason why there is no equivalent of os.readlink in pathlib.Path? Note that Path.resolve does *not* fit the bill, as it always produces an absolute path, whereas readlink just spits out the symlink target exactly the way it is stored, which may be