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] twisted and twisted-infra organizations on GitHub

2015-04-24 Thread Gelin Yan
> > > Many developers don't care about working on the tooling themselves > either. Why should they have to create a custom filter rather than you? > > This is not to be dismissive of your interest in our development tooling. > The fact that you are working on maintaining it is of *great* benefit t

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] twisted and twisted-infra organizations on GitHub

2015-04-24 Thread Adi Roiban
On 24 April 2015 at 08:25, Glyph wrote: > > Many developers don't care about working on the tooling themselves either. > Why should they have to create a custom filter rather than you? [snip] Thanks. No problem! -- Adi Roiban ___ Twisted-Python mail

Re: [Twisted-Python] twisted and twisted-infra organizations on GitHub

2015-04-24 Thread Glyph
> On Apr 24, 2015, at 03:10, Adi Roiban wrote: > > On 3 April 2015 at 01:43, wrote: >> On 2 Apr, 12:37 pm, a...@roiban.ro wrote: >>> >>> Hi, >>> >>> I would like suggest the following changes regarding the way repos are >>> organized in GitHub. >>> >>> Move all twisted-infra repos into Twis

Re: [Twisted-Python] twisted and twisted-infra organizations on GitHub

2015-04-24 Thread Adi Roiban
On 3 April 2015 at 01:43, wrote: > On 2 Apr, 12:37 pm, a...@roiban.ro wrote: >> >> Hi, >> >> I would like suggest the following changes regarding the way repos are >> organized in GitHub. >> >> Move all twisted-infra repos into Twisted organization.. and maybe >> merge many twisted-infra repos in

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