[Python-checkins] python/dist/src/Lib pre.py,1.12,1.13

Guido van Rossum guido@python.org
Tue, 09 Jul 2002 15:47:32 -0400


> Fix bug #570057: Broken pre.subn() (and pre.sub())
> 
> This should be backported to the 2.2.X series (how
> do I do that?)

Check out the branch named "release22-maint" and apply the change
there.  The -j option to cvs update may be handy, but I usually find
it easier to simply use patch.

Or was this not what you were asking?

--Guido van Rossum (home page: http://www.python.org/~guido/)