Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #94115

Re: Should non-security 2.7 bugs be fixed?

From Mark Lawrence <breamoreboy@yahoo.co.uk>
Subject Re: Should non-security 2.7 bugs be fixed?
Date 2015-07-19 14:42 +0100
References <moenuj$f11$1@ger.gmane.org> <CABicbJ+Fy=Jhj63VnOmS3BJD3He+i3J+P+ASMmjJDMi9X7rt-w@mail.gmail.com> <mof14q$b47$1@ger.gmane.org>
Newsgroups comp.lang.python
Message-ID <mailman.713.1437313378.3674.python-list@python.org> (permalink)

Show all headers | View raw


On 19/07/2015 03:13, Terry Reedy wrote:
> On 7/18/2015 7:50 PM, Devin Jeanpierre wrote:
>> to 2.7, surely bug fixes are also allowed?
>
> Of course, allowed.  But should they be made, and if so, by who?

The people who want the fixes.

>
>> I have contributed both performance improvements and bug fixes to 2.7.
>> In my experience, the problem is not the lack of contributors, it's
>> the lack of code reviewers.
>
> I understand the general problem quite well.  But feeling that one would
> have to do a 2.7 backport after writing, editing, or reviewing a 3.x
> patch can discourage doing a review in the first place. I am at that
> point now with respect to Idle patches.

Do the work with the 3.x patch and finish.  Let somebody who needs the 
patch for 2.7 do the work.  If nobody steps up to the mark that's not 
Terry Reedy's problem, you've done way more than your fair share over 
the years.

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: Should non-security 2.7 bugs be fixed? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-07-19 14:42 +0100
  Re: Should non-security 2.7 bugs be fixed? Cecil Westerhof <Cecil@decebal.nl> - 2015-07-19 18:10 +0200
    Re: Should non-security 2.7 bugs be fixed? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-07-19 17:38 +0100
      Re: Should non-security 2.7 bugs be fixed? Cecil Westerhof <Cecil@decebal.nl> - 2015-07-19 19:14 +0200
        Re: Should non-security 2.7 bugs be fixed? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-07-19 18:54 +0100
          Re: Should non-security 2.7 bugs be fixed? Rick Johnson <rantingrickjohnson@gmail.com> - 2015-07-19 11:28 -0700
            Re: Should non-security 2.7 bugs be fixed? breamoreboy@gmail.com - 2015-07-19 11:44 -0700
              Re: Should non-security 2.7 bugs be fixed? Rick Johnson <rantingrickjohnson@gmail.com> - 2015-07-19 12:13 -0700
                Re: Should non-security 2.7 bugs be fixed? breamoreboy@gmail.com - 2015-07-19 13:21 -0700
                Re: Should non-security 2.7 bugs be fixed? Steven D'Aprano <steve@pearwood.info> - 2015-07-20 12:36 +1000
                Re: Should non-security 2.7 bugs be fixed? Paul Rubin <no.email@nospam.invalid> - 2015-07-19 21:07 -0700
                Re: Should non-security 2.7 bugs be fixed? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-07-22 00:40 +0100
                Re: Should non-security 2.7 bugs be fixed? dieter <dieter@handshake.de> - 2015-07-20 08:46 +0200
                Re: Should non-security 2.7 bugs be fixed? Rick Johnson <rantingrickjohnson@gmail.com> - 2015-07-20 22:00 -0700
        Re: Should non-security 2.7 bugs be fixed? dieter <dieter@handshake.de> - 2015-07-20 08:36 +0200
    Re: Should non-security 2.7 bugs be fixed? Ian Kelly <ian.g.kelly@gmail.com> - 2015-07-19 13:01 -0600
      Re: Should non-security 2.7 bugs be fixed? Rick Johnson <rantingrickjohnson@gmail.com> - 2015-07-19 12:28 -0700
        Re: Should non-security 2.7 bugs be fixed? breamoreboy@gmail.com - 2015-07-19 13:36 -0700
          Re: Should non-security 2.7 bugs be fixed? Rick Johnson <rantingrickjohnson@gmail.com> - 2015-07-19 14:27 -0700
            Re: Should non-security 2.7 bugs be fixed? breamoreboy@gmail.com - 2015-07-19 17:45 -0700
              Re: Should non-security 2.7 bugs be fixed? Rick Johnson <rantingrickjohnson@gmail.com> - 2015-07-19 18:25 -0700
      Re: Should non-security 2.7 bugs be fixed? Cecil Westerhof <Cecil@decebal.nl> - 2015-07-19 22:05 +0200
        Re: Should non-security 2.7 bugs be fixed? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-07-19 21:28 +0100
          Re: Should non-security 2.7 bugs be fixed? Cecil Westerhof <Cecil@decebal.nl> - 2015-07-20 00:10 +0200
            Re: Should non-security 2.7 bugs be fixed? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-07-19 23:51 +0100
              Re: Should non-security 2.7 bugs be fixed? Cecil Westerhof <Cecil@decebal.nl> - 2015-07-20 01:23 +0200
                Re: Should non-security 2.7 bugs be fixed? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2015-07-20 01:27 +0100
                Re: Should non-security 2.7 bugs be fixed? Rick Johnson <rantingrickjohnson@gmail.com> - 2015-07-19 17:49 -0700
                Re: Should non-security 2.7 bugs be fixed? breamoreboy@gmail.com - 2015-07-19 18:26 -0700
                Re: Should non-security 2.7 bugs be fixed? Rick Johnson <rantingrickjohnson@gmail.com> - 2015-07-19 18:35 -0700
                Re: Should non-security 2.7 bugs be fixed? Steven D'Aprano <steve@pearwood.info> - 2015-07-20 13:12 +1000
                Re: Should non-security 2.7 bugs be fixed? Ian Kelly <ian.g.kelly@gmail.com> - 2015-07-19 21:30 -0600
                Re: Should non-security 2.7 bugs be fixed? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-07-20 15:59 +1000
                Re: Should non-security 2.7 bugs be fixed? Rick Johnson <rantingrickjohnson@gmail.com> - 2015-07-20 20:58 -0700
                Re: Should non-security 2.7 bugs be fixed? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-07-21 18:33 +1000
                Re: Should non-security 2.7 bugs be fixed? Rustom Mody <rustompmody@gmail.com> - 2015-07-19 19:58 -0700
                Re: Should non-security 2.7 bugs be fixed? Michael Torrie <torriem@gmail.com> - 2015-07-19 23:33 -0600
                Re: Should non-security 2.7 bugs be fixed? Michael Torrie <torriem@gmail.com> - 2015-07-20 00:39 -0600
              Re: Should non-security 2.7 bugs be fixed? Steven D'Aprano <steve@pearwood.info> - 2015-07-20 12:49 +1000
      Re: Should non-security 2.7 bugs be fixed? Steven D'Aprano <steve@pearwood.info> - 2015-07-20 12:32 +1000
    Re: Should non-security 2.7 bugs be fixed? dieter <dieter@handshake.de> - 2015-07-20 08:06 +0200
    Re: Should non-security 2.7 bugs be fixed? dieter <dieter@handshake.de> - 2015-07-20 08:10 +0200

csiph-web