[Python-Dev] Idle breakage

Fredrik Lundh Fredrik Lundh" <effbot@telia.com
Sat, 1 Jul 2000 00:14:49 +0200


guido wrote:

> > confirmed.  SRE implements $ exactly as described in
> > the library reference, RE doesn't ;-)
>=20
> All this is done to match what Perl does. :-(

guess we have to update the docs; I'll take care of that
when I've recovered from all this...

>     emit(ATCODES[AT_MULTILINE[av]])
> KeyError: at_boundary

sigh.  with ~1000 patterns in my collection of test scripts,
one could have hoped I'd seen it all.  but that's a new one.

patch coming within 30 minutes (when will I ever sleep?)

</F>