pycos version 4.6.4 has been released. In this version

  • Fixed send_file method of Pycos to use appropriate socket family for the remote peer. This was broken since 4.6.0 release when support for multiple socket families was added to netpycos (but send_file was not updated to use modified structures).
  • Fixed name property (method) of Task and Channel. Since 4.6.0 release the name returned missed first character.