On 4/16/06, Giovanni Bajo <[EMAIL PROTECTED]> wrote:
> For all the Python programs which don't use multi-threading, having a global
> match object is a very important shortcut. It allows two main things: having
> multiple if/elif regexp chains which do not add an indent level each time, and
> have one less object around to care of.

Well, sorry, but this won't happen, so you can save your breath. If
you want the shortcut, write a module that implements that API
yourself. Should be about 3 lines of code.

--
--Guido van Rossum (home page: http://www.python.org/~guido/)
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to