[OT] [sort of] Malcom Reynolds?

Andreas Waldenburger geekmail at usenot.de
Sun Dec 7 15:00:16 EST 2008


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.

Anyways, stuff like that really makes reading documentation fun.

/W

-- 
My real email address is constructed by swapping the domain with the
recipient (local part).



More information about the Python-list mailing list