In article <[EMAIL PROTECTED]>,
Andreas Waldenburger  <[EMAIL PROTECTED]> wrote:
>
>Just found this in the re module's docs:
>
>    m = re.match(r"(?P<first_name>\w+) (?P<last_name>\w+)", "Malcom
>    Reynolds")
>
>Does this represent an attempt to phase out the gratuitous Monty Python
>references in favor of gratuitous Firefly references? Because if so,
>I'm all for it.

Ask Georg Brandl:

http://svn.python.org/view/python/trunk/Doc/library/re.rst?rev=67553&view=log
-- 
Aahz ([EMAIL PROTECTED])           <*>         http://www.pythoncraft.com/

"It is easier to optimize correct code than to correct optimized code."
--Bill Harlan
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to