[Avocado-devel] Avocado Sprint #61 Release Meeting

2018-04-18 Thread Lukáš Doktor
Dear Avocado users and developers, I'd like to invite you all to a sprint release and planning meeting. It is going to take place at date -d "Mon Apr 23 16:00:00 CEST 2018" using the Hangouts on Air. The link to join the meeting will be shared 10min in advance as a reply for this e-mail and in

Re: [Avocado-devel] [RFC] Text/binary data and encodings: how they relate to Avocado, extensions and tests

2018-04-18 Thread Cleber Rosa
On 04/17/2018 09:18 PM, Cleber Rosa wrote: > Recently, Avocado has seen a lot of changes brought by the Python 3 > port. One fundamental difference between Python 2 and 3 is under > the spotlight: how to deal with "text" and "binary" data[1]. > > It's then important to make it clear where