Neal> I'll do this, except there are some issues:

    Neal>  * Lib/reconvert.py imports regex.  Ok to move regex,regsub,recovert 
to lib-old?
    Neal>  * ./Demo/pdist/rcslib.py & ./Demo/sockets/mcast.py import regsub....
    ...
    Neal>  * A whole mess of Demos and Tools use regex.  What to do about them?
    ...

How about creating Demo/old and populating it with stuff that imports regex,
regsub or reconvert?

    Neal> I don't know how to convert the uses of regsub to re, any
    Neal> volunteers?

Whippersnapper...  sheesh!  I still remember when all we had was regex.  And
we were thankful for it, by golly.  Now you'd think the young-uns never knew
it existed. <wink>

As for converting from regex to re that's what reconvert is for.  Give it a
whirl.  The docstring shows how to use it.  Yet another Andrew Kuchling gem
as I recall (or maybe an effbot gem).  Either way, I was happy it was there
when I needed it.  Go in peace, reconvert.

Skip
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to