Re: [Twisted-Python] Using six for Python3 porting

2015-04-24 Thread Ralph Meijer
On 2015-04-24 08:41, Adi Roiban wrote: > Hi, > > I feel that twisted.python.compat is slowly duplicating / reinventing > an important part of the six code. > > Code which does not import from twisted.python.compat will have all > kind of ad-hoc / in module code to handle differences between py2

Re: [Twisted-Python] Using six for Python3 porting

2015-04-24 Thread Hynek Schlawack
On 24 Apr 2015, at 8:41, Adi Roiban wrote: I feel that twisted.python.compat is slowly duplicating / reinventing an important part of the six code. I’m +1 on this too. I was a bit hesitant in the past but duplicating compatibility code everywhere is becoming ridiculous and a hassle. __

Re: [Twisted-Python] Using six for Python3 porting

2015-04-24 Thread Adi Roiban
On 24 April 2015 at 08:00, Glyph wrote: > >> On Apr 24, 2015, at 02:41, Adi Roiban wrote: >> >> Hi, >> >> I feel that twisted.python.compat is slowly duplicating / reinventing >> an important part of the six code. >> >> Code which does not import from twisted.python.compat will have all >> kind

Re: [Twisted-Python] Using six for Python3 porting

2015-04-24 Thread Glyph
> On Apr 24, 2015, at 02:41, Adi Roiban wrote: > > Hi, > > I feel that twisted.python.compat is slowly duplicating / reinventing > an important part of the six code. > > Code which does not import from twisted.python.compat will have all > kind of ad-hoc / in module code to handle differences