[Python-3000] idle3.0 - is is supposed to work?

"Martin v. Löwis" martin at v.loewis.de
Fri Aug 10 01:01:43 CEST 2007


>> I'm not convinced. The actual failure is that "tag configure" is invoked
>> with a None tagname (which then gets stripped through flatten, apparently).
> 
> OTOH, IDLE ran w/o this error in p3yk...

Yes. Somebody would have to study what precisely the problem is: is it
that there is a None key in that dictionary, and that you must not use
None as a tag name? In that case: where does the None come from?
Or else: is it that you can use None as a tagname in 2.x, but can't
anymore in 3.0? If so: why not?

Regards,
Martin


More information about the Python-3000 mailing list