Guido van Rossum wrote:
> On Jan 3, 2008 5:33 PM, Amaury Forgeot d'Arc <[EMAIL PROTECTED]> wrote:
> > Guido van Rossum wrote:
> > > Is this Py3k specific?
> >
> > It is reproducible with all python versions.
> > in python 2.x, the patch is just one line (the
> > FORMAT_MESSAGE_IGNORE_INSERTS flag)
> >
> > I will include it as soon as I can compile the trunk version.
> > At the moment there seem to be a problem with mathmodule.c.
>
> Christian will have to deal with that.
>
> But a general suggestion: changes that apply to both 2.6 and 3.0 ought
> to be applied to 2.6 first; then we can use the (semi- :-) automatic
> merge to get it ported to 3.0. Unless the code in 2.6 looks very
> different from 3.0.

Agreed. In this case, the motivation of the fix was a unicode
py3k-specific problem.
I only realized afterwards that there were two problems stacking in
the same block.

-- 
Amaury Forgeot d'Arc
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to