SIGN IN SIGN UP

- experimental: added two new attributes to the match object:

"lastgroup" is the name of the last matched capturing group,
  "lastindex" is the index of the same group.  if no group was
  matched, both attributes are set to None.

  the (?P#) feature will be removed in the next relase.
F
Fredrik Lundh committed
c2301730b8e07ece0b7c4ff6b6b06a4895d370c7
Parent: c9c02c4