Re: [Python-Dev] Bug Day outcome
Christian Heimes wrote: > Quentin Gallet-Gilles wrote: >> Excellent ! When will be the next one ? :-) > > Everyday can be a bug day. :) > Nobody is going to stop you from squalling through the bug tracker. I enjoyed the bug day a lot and will certainly come back for more when I can spare a little time. One question there: Will the "easy" keyword in roundup be maintained further, i.e. will new easy bugs be marked in the future? That would be very useful for neophyte contributors. Malte ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] Python 2.5.3: call for patches
Martin v. Löwis wrote: >> Just to emphasize this, "changes" means "bugfixes". (I'm mentioning this >> mainly because of the people who joined for 2.6/3.0.) For more info, >> see PEP6 about bugfix releases: >> http://www.python.org/dev/peps/pep-0006/ > > Thanks for clarifying this. For the last 2.5.x release in particular, we > will strictly enforce the "no new features" policy; users interested > in new features should switch to 2.6. May I suggest http://bugs.python.org/issue1040026 ? It has a fairly simple patch (posixmodule.diff), a new test (test_posix5.PATCH), and it fixes a bug that makes os.times unusable on common platforms. Malte ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] Python 2.5.3: call for patches
Martin v. Löwis wrote: >> May I suggest http://bugs.python.org/issue1040026 ? >> >> It has a fairly simple patch (posixmodule.diff), a new test >> (test_posix5.PATCH), and it fixes a bug that makes os.times unusable on >> common platforms. > > In the current form, I'm skeptical about applying this patch to 2.5.2. > > It has the possibility of breaking compilation; such patches are > unacceptable. See my comments for details. OK, these should be easy to address. (Comments in the tracker.) Malte ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
[Python-Dev] another Python Bug Day?
Dear python-dev group, are their any plans to organize another Python Bug Day in the near future? It's been a while since the last one (last May). I might be misremembering, but I think at one time there was even talk of having one bug day every month. For people who are not core developers but would still like to contribute, the Bug Days are quite exciting events. It would be great if they could keep going. Malte ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
Re: [Python-Dev] another Python Bug Day?
Ulrich Eckhardt wrote: > On Monday 05 January 2009 23:48:13 Malte Helmert wrote: >> For people who are not core developers but would still like to >> contribute, the Bug Days are quite exciting events. It would be great if >> they could keep going. > > As a not core developer, I would like to know what exactly that means. > > ;) Well, it's an opportunity to fix some bugs and, with some luck, get the patches committed the same day. Also, there are developers around to answer questions about the process, etc. Rapid feedback => good. Malte ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com