Re: [Spacewalk-devel] Python 2/3 compatibility

2016-05-03 Thread Gennadii Altukhov
evel@redhat.com Sent: Tuesday, May 3, 2016 10:31:11 AM Subject: Re: [Spacewalk-devel] Python 2/3 compatibility Hi, We have already added changes w/o 'six'. We use only data types and reraise from 'six', so we extract this into our own micro-six. - Original Message - Fr

Re: [Spacewalk-devel] Python 2/3 compatibility

2016-05-03 Thread Gennadii Altukhov
Subject: Re: [Spacewalk-devel] Python 2/3 compatibility On 04/07/2016 06:41 PM, Gennadii Altukhov wrote: > PS Yes, I know about 'six' module, but I'm not sure we will use it. Can you explain why? -- Duncan Mac-Vicar P. - http://www.suse.com/ SUSE Linux GmbH, GF: Felix Imendörf

Re: [Spacewalk-devel] Python 2/3 compatibility

2016-05-02 Thread Duncan Mac-Vicar P.
On 04/07/2016 06:41 PM, Gennadii Altukhov wrote: > PS Yes, I know about 'six' module, but I'm not sure we will use it. Can you explain why? -- Duncan Mac-Vicar P. - http://www.suse.com/ SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Dilip Upmanyu, Graham Norton, HRB 21284 (AG Nürnberg)

Re: [Spacewalk-devel] Python 2/3 compatibility

2016-04-08 Thread Pavel Studeník
Hi Gennadii, I am not sure that you know that Spacewalk is possible to install on RHEL6 and higher. It doesn't support RHEL5 with python 2.4 [1]. The compatibility server side should be "only" python2.6+. Client side is other situation - it should work on RHEL5 as well [2]. The code could look more