New submission from Martin Liska :
When calling asyncio.Server.close, the method calls
asyncio.AbstractEventLoop._stop_serving for each of its sockets in turn.
The implementation of this method in asyncio.ProactorEventLoop calls the
_stop_accept_futures method which seems to cancel "a
New submission from Martin Liska :
The documentation for pathlib.Path.resolve says: "Make the path absolute,
resolving any symlinks."
On Windows, the behavior doesn't always match the first part of the statement.
Example:
On a system with an existing, but empty directory C:\Te