[Python-Dev] Idle breakage

Fredrik Lundh Fredrik Lundh" <effbot@telia.com
Fri, 30 Jun 2000 23:39:26 +0200


I wrote:

> > Caused by _sre perhaps?
> >=20
> > ConfigParser.ParsingError: File contains parsing errors: =
Tools/idle/config.txt
> >         [line 21]: 'width=3D 80\012'
>=20
> probably; I'll dig into this.

confirmed.  SRE implements $ exactly as described in
the library reference, RE doesn't ;-)

patch coming within 30 minutes.

</F>