wesley chun <[email protected]> added the comment: i wanted to add one additional comment that it would be nice to have a regex that works with search() (in addition to match()) because such an email address may appear in the middle of a line, say a From: or To: email header.
the fix of using a '$' prevents this from happening, so i'm not 100% satisfied with the patch although it does fix the regex to get it working with match(). ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue11283> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
