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 r.david.murray
Recipients ezio.melotti, r.david.murray, verdy_p
Date 2009-10-14.22:53:36
SpamBayes Score 1.5839552e-12
Marked as misclassified No
Message-id <1255560818.03.0.643211846377.issue7132@psf.upfronthosting.co.za>
In-reply-to
Content
If you read what Ezio wrote carefully you will see that he addressed
both of your points: he acknowledged that a flag would solve (2) (but
disagreed that it was worth it), and he said you could use the first
expression to validate the string before using the split to obtain the
data.  Doing it all in one regex might seem more efficient, but at least
in the single use case you have presented it would lead to more
complicated code.

Simple. obvious feature requests can be opened and acted upon directly
in the tracker, but more complicated requests should be made as
proposals on the python-ideas list, and if they are well received there
then an issue can be opened (or in this case you could reopen this one)
in the tracker with a pointer to the python-ideas thread.  In most
cases, such an issue would need to include a proposed patch.

Note that we don't really have a resolution that says 'sent to
python-ideas', thus the use of the 'rejected' status.
History
Date User Action Args
2009-10-14 22:53:38r.david.murraysetrecipients: + r.david.murray, ezio.melotti, verdy_p
2009-10-14 22:53:38r.david.murraysetmessageid: <1255560818.03.0.643211846377.issue7132@psf.upfronthosting.co.za>
2009-10-14 22:53:36r.david.murraylinkissue7132 messages
2009-10-14 22:53:36r.david.murraycreate