61
61
returns ``EINTR`` by calling ``PyErr_CheckSignals``. This affected the
62
62
optional ``_readdir_pyx`` extension. (Andrew Bennetts, #495023)
64
68
* FTP transports support Unicode paths by encoding/decoding them as utf8.
65
69
(Vincent Ladeuil, #472161)