[Python-Dev] [Python-checkins] (2.6): Issue #11424: Fix bug in determining child loggers.

Antoine Pitrou solipsis at pitrou.net
Thu Mar 10 21:48:12 CET 2011


On Thu, 10 Mar 2011 21:29:59 +0100
Éric Araujo <merwok at netwok.org> wrote:
> Hi,
> 
> >> changeset:   68315:b9d76846bb1c
> >> branch:      2.6
> >> parent:      68264:50166a4bcfc6
> >> user:        Vinay Sajip <vinay_sajip at yahoo.co.uk>
> >> date:        Mon Mar 07 15:02:11 2011 +0000
> >> summary:
> >>   Issue #11424: Fix bug in determining child loggers.
> > 
> > This does not look like a security bug, and is therefore not suitable
> > for 2.6.
> 
> I’d like to know what we should do about this: just ignore it and not
> import it into Subversion, or revert it in Mercurial too?

If you revert (backout) it in Mercurial, you should be careful to
dummy-merge the backout in 2.7 (so that the backout doesn't get
accidentally propagated by someone else doing a merge from 2.6 to 2.7).

Regards

Antoine.




More information about the Python-Dev mailing list