This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author verdy_p
Recipients ezio.melotti, verdy_p
Date 2009-10-14.22:29:24
SpamBayes Score 0.00035448474
Marked as misclassified No
Message-id <1255559366.46.0.0935956040536.issue7132@psf.upfronthosting.co.za>
In-reply-to
Content
Note that I used the IPv4 address format only as an example. There are 
plenty of other more complex cases for which we really need to capture the 
multiple occurences of a capturing group within a repetition.

I'm NOT asking you how to parse it using MULTIPLE regexps and functions. 
Of course you can, but this is a distinct problem, but certinaly NOT a 
general solution (your solution using split() will NOT work with really A 
LOT of other regular expressions).
History
Date User Action Args
2009-10-14 22:29:26verdy_psetrecipients: + verdy_p, ezio.melotti
2009-10-14 22:29:26verdy_psetmessageid: <1255559366.46.0.0935956040536.issue7132@psf.upfronthosting.co.za>
2009-10-14 22:29:25verdy_plinkissue7132 messages
2009-10-14 22:29:24verdy_pcreate